| Package | Description |
|---|---|
| se.walkercrou.places |
| Modifier and Type | Method and Description |
|---|---|
protected Prediction |
Prediction.addTerms(Collection<Prediction.DescriptionTerm> terms) |
protected Prediction |
Prediction.addTypes(Collection<String> types)
Adds a collection of string "types".
|
protected Prediction |
Prediction.setClient(GooglePlaces client) |
protected Prediction |
Prediction.setDescription(String description) |
protected Prediction |
Prediction.setPlaceId(String placeId) |
protected Prediction |
Prediction.setSubstringLength(int substrLength) |
protected Prediction |
Prediction.setSubstringOffset(int substrOffset) |
| Modifier and Type | Method and Description |
|---|---|
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<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) |
static List<Prediction> |
Prediction.parse(GooglePlaces client,
String rawJson)
Returns a list of predictions from JSON.
|
Copyright © 2014–2015. All rights reserved.