| Package | Description |
|---|---|
| se.walkercrou.places |
| Modifier and Type | Class and Description |
|---|---|
class |
TypeParam
Represents an extra, optional type parameter that restricts the results to places matching at least one of the specified types.
|
| Modifier and Type | Method and Description |
|---|---|
static Param |
Param.name(String name)
Returns a new param with the specified name.
|
Param |
TypeParam.value(List<String> values)
Sets the values of the Param.
|
Param |
Param.value(Object value)
Sets the value of the Param.
|
| Modifier and Type | Method and Description |
|---|---|
Place |
GooglePlacesInterface.addPlace(PlaceBuilder builder,
boolean returnPlace,
Param... extraParams)
Adds a new place to the Places API and gets the newly created place if returnPlace is set to true.
|
Place |
GooglePlaces.addPlace(PlaceBuilder builder,
boolean returnPlace,
Param... extraParams) |
void |
GooglePlacesInterface.deletePlace(Place place,
Param... extraParams)
Deletes the specified place.
|
void |
GooglePlaces.deletePlace(Place place,
Param... extraParams) |
void |
GooglePlacesInterface.deletePlaceById(String placeId,
Param... extraParams)
Deletes the place of the specified placeId.
|
void |
GooglePlaces.deletePlaceById(String placeId,
Param... extraParams) |
Photo |
Photo.download(int maxWidth,
int maxHeight,
Param... extraParams)
Downloads the photo and caches it within the photo.
|
Photo |
Photo.download(Param... extraParams)
Downloads the photo and caches it within the photo.
|
protected InputStream |
GooglePlaces.downloadPhoto(Photo photo,
int maxWidth,
int maxHeight,
Param... extraParams) |
Place |
Place.getDetails(Param... params)
Returns an updated Place object with more details than the Place object returned in an initial query.
|
List<Place> |
GooglePlacesInterface.getNearbyPlaces(double lat,
double lng,
double radius,
int limit,
Param... extraParams)
Returns the places at the specified latitude and longitude within the specified radius.
|
List<Place> |
GooglePlaces.getNearbyPlaces(double lat,
double lng,
double radius,
int limit,
Param... extraParams) |
List<Place> |
GooglePlacesInterface.getNearbyPlaces(double lat,
double lng,
double radius,
Param... extraParams)
Returns the places at the specified latitude and longitude within the specified radius.
|
List<Place> |
GooglePlaces.getNearbyPlaces(double lat,
double lng,
double radius,
Param... extraParams) |
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> |
GooglePlaces.getNearbyPlacesRankedByDistance(double lat,
double lng,
int limit,
Param... params) |
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.
|
List<Place> |
GooglePlaces.getNearbyPlacesRankedByDistance(double lat,
double lng,
Param... params) |
Place |
Prediction.getPlace(Param... extraParams)
Returns the place this prediction is suggesting.
|
Place |
GooglePlacesInterface.getPlaceById(String placeId,
Param... extraParams)
Returns the place specified by the 'placeid'.
|
Place |
GooglePlaces.getPlaceById(String placeId,
Param... extraParams) |
List<Prediction> |
GooglePlacesInterface.getPlacePredictions(String input,
int offset,
int lat,
int lng,
int radius,
Param... extraParams)
Returns a list of auto-complete predictions for searching for a specific place.
|
List<Prediction> |
GooglePlaces.getPlacePredictions(String input,
int offset,
int lat,
int lng,
int radius,
Param... extraParams) |
List<Prediction> |
GooglePlacesInterface.getPlacePredictions(String input,
int offset,
Param... extraParams)
Returns a list of auto-complete predictions for searching for a specific place.
|
List<Prediction> |
GooglePlaces.getPlacePredictions(String input,
int offset,
Param... extraParams) |
List<Prediction> |
GooglePlacesInterface.getPlacePredictions(String input,
Param... extraParams)
Returns a list of auto-complete predictions for searching for a specific place.
|
List<Prediction> |
GooglePlaces.getPlacePredictions(String input,
Param... extraParams) |
List<Place> |
GooglePlacesInterface.getPlacesByQuery(String query,
int limit,
Param... extraParams)
Returns the places that match the specified search query.
|
List<Place> |
GooglePlaces.getPlacesByQuery(String query,
int limit,
Param... extraParams) |
List<Place> |
GooglePlacesInterface.getPlacesByQuery(String query,
Param... extraParams)
Returns the places that match the specified search query.
|
List<Place> |
GooglePlaces.getPlacesByQuery(String query,
Param... extraParams) |
List<Place> |
GooglePlacesInterface.getPlacesByRadar(double lat,
double lng,
double radius,
int limit,
Param... extraParams)
Returns the places at the specified latitude and longitude according to the "radar" method specified by Google
Places API.
|
List<Place> |
GooglePlaces.getPlacesByRadar(double lat,
double lng,
double radius,
int limit,
Param... extraParams) |
List<Place> |
GooglePlacesInterface.getPlacesByRadar(double lat,
double lng,
double radius,
Param... extraParams)
Returns the places at the specified latitude and longitude according to the "radar" method specified by Google
Places API.
|
List<Place> |
GooglePlaces.getPlacesByRadar(double lat,
double lng,
double radius,
Param... extraParams) |
List<Prediction> |
GooglePlacesInterface.getQueryPredictions(String input,
int offset,
int lat,
int lng,
int radius,
Param... extraParams)
Returns a list of auto-complete predictions for searching for a place by a query.
|
List<Prediction> |
GooglePlaces.getQueryPredictions(String input,
int offset,
int lat,
int lng,
int radius,
Param... extraParams) |
List<Prediction> |
GooglePlacesInterface.getQueryPredictions(String input,
int offset,
Param... extraParams)
Returns a list of auto-complete predictions for searching for a place by a query.
|
List<Prediction> |
GooglePlaces.getQueryPredictions(String input,
int offset,
Param... extraParams) |
List<Prediction> |
GooglePlacesInterface.getQueryPredictions(String input,
Param... extraParams)
Returns a list of auto-complete predictions for searching for a place by a query.
|
List<Prediction> |
GooglePlaces.getQueryPredictions(String input,
Param... extraParams) |
Copyright © 2014–2015. All rights reserved.