| Package | Description |
|---|---|
| se.walkercrou.places | |
| se.walkercrou.places.exception |
| Modifier and Type | Method and Description |
|---|---|
List<Place> |
GooglePlacesInterface.getNearbyPlacesRankedByDistance(double lat,
double lng,
int limit,
Param... params)
Returns the places at the specified latitude and longitude in order of proximity to the specified location.
|
List<Place> |
GooglePlacesInterface.getNearbyPlacesRankedByDistance(double lat,
double lng,
Param... params)
Returns the places at the specified latitude and longitude in order of proximity to the specified location.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InvalidRequestException |
class |
NoResultsFoundException |
class |
OverQueryLimitException |
class |
RequestDeniedException |
| Modifier and Type | Method and Description |
|---|---|
static GooglePlacesException |
GooglePlacesException.parse(String statusCode,
String errorMessage)
Returns the correct exception from a server-given status code and error message.
|
Copyright © 2014–2015. All rights reserved.