java.lang.Object | |
↳ | com.google.android.gms.location.places.Places |
The main entry point for apps to integrate with the Google Places API for Android. The Places API
consists of the GeoDataApi
, the PlaceDetectionApi
and the place picker widget.
The GeoDataApi
contains methods that provide access to Google's database of local place
and business information.
The PlaceDetectionApi
contains methods that provide access to information about the
device's current location.
For information on the place picker, see
PlacePicker
and the corresponding
developer's guide.
For more information on how to use the API, including getting started guides and code samples, see the developer's guide.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
GEO_DATA_API | Token to pass to addApi(Api extends Api.ApiOptions.NotRequiredOptions>) to enable use of the
GeoDataApi features. |
||||||||||
GeoDataApi | Methods offered by the GeoDataApi . |
||||||||||
PLACE_DETECTION_API | Token to pass to addApi(Api extends Api.ApiOptions.NotRequiredOptions>) to enable use of the
PlaceDetectionApi features. |
||||||||||
PlaceDetectionApi | Methods offered by the PlaceDetectionApi . |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Token to pass to addApi(Api extends Api.ApiOptions.NotRequiredOptions>)
to enable use of the
GeoDataApi
features.
Token to pass to addApi(Api extends Api.ApiOptions.NotRequiredOptions>)
to enable use of the
PlaceDetectionApi
features.