| Package | Description |
|---|---|
| se.walkercrou.places |
| Modifier and Type | Method and Description |
|---|---|
GooglePlaces |
Prediction.getClient()
Returns the client for this prediction.
|
GooglePlaces |
Place.getClient()
Returns the client associated with this Place object.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
GooglePlaces.parse(GooglePlaces client,
List<Place> places,
String str,
int limit)
Parses the specified raw json String into a list of places.
|
static List<Prediction> |
Prediction.parse(GooglePlaces client,
String rawJson)
Returns a list of predictions from JSON.
|
static Place |
Place.parseDetails(GooglePlaces client,
String rawJson)
Parses a detailed Place object.
|
protected Prediction |
Prediction.setClient(GooglePlaces client) |
protected Place |
Place.setClient(GooglePlaces client)
Sets the
GooglePlaces client associated with this Place object. |
| Constructor and Description |
|---|
AltId(GooglePlaces client,
String placeId,
Scope scope) |
Copyright © 2014–2015. All rights reserved.