public class

Places

extends Object
java.lang.Object
   ↳ com.google.android.gms.location.places.Places

Class Overview

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.

Summary

Fields
public static final Api<PlacesOptions> GEO_DATA_API Token to pass to addApi(Api) to enable use of the GeoDataApi features.
public static final GeoDataApi GeoDataApi Methods offered by the GeoDataApi.
public static final Api<PlacesOptions> PLACE_DETECTION_API Token to pass to addApi(Api) to enable use of the PlaceDetectionApi features.
public static final PlaceDetectionApi PlaceDetectionApi Methods offered by the PlaceDetectionApi.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static final Api<PlacesOptions> GEO_DATA_API

Token to pass to addApi(Api) to enable use of the GeoDataApi features.

public static final GeoDataApi GeoDataApi

Methods offered by the GeoDataApi.

public static final Api<PlacesOptions> PLACE_DETECTION_API

Token to pass to addApi(Api) to enable use of the PlaceDetectionApi features.

public static final PlaceDetectionApi PlaceDetectionApi

Methods offered by the PlaceDetectionApi.