com.google.android.gms.location.places.ui.PlaceSelectionListener |
A listener for place selection events.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Called when an error occurs while selecting a place.
| |||||||||||
Called when a place is selected by the user.
|
Called when an error occurs while selecting a place.
The list of possible status codes is available at
PlacesStatusCodes
.
You should pay specific attention to the value of status
, as it can indicate a
configuration error (for example, an invalid API key in your Android manifest) or a quota
error (see Usage Limits).
Parameters | |
---|---|
status |
Status
|
Called when a place is selected by the user.
Parameters | |
---|---|
place |
Place
|