java.lang.Object | |
↳ | com.google.android.gms.location.places.AutocompleteFilter |
Filter for customizing the autocomplete predictions from the Geo Data API.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a filter for use with
getAutocompletePredictions(GoogleApiClient, String, LatLngBounds, AutocompleteFilter) function.
| |||||||||||
Returns the place types being requested.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Creates a filter for use with getAutocompletePredictions(GoogleApiClient, String, LatLngBounds, AutocompleteFilter)
function.
placeTypes | The place types of predictions to be returned. Only places that have a type in this set will be returned. A null or empty set is the same as a set containing all possible place types. For a list of available place types, see the list of supported types. |
---|
Returns the place types being requested. If the empty set is returned, it means all place types are being requested.