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 service.

Summary

Fields
public static final Api<PlacesOptions> GEO_DATA_API Token to pass to addApi(Api) to enable GeoData features.
public static final GeoDataApi GeoDataApi Methods and interfaces related to the Places API.
public static final Api<PlacesOptions> PLACE_DETECTION_API Token to pass to addApi(Api) to enable PlaceDetection features.
public static final PlaceDetectionApi PlaceDetectionApi Methods and interfaces related to the PlaceDetection API.
[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 GeoData features.

public static final GeoDataApi GeoDataApi

Methods and interfaces related to the Places API.

public static final Api<PlacesOptions> PLACE_DETECTION_API

Token to pass to addApi(Api) to enable PlaceDetection features.

public static final PlaceDetectionApi PlaceDetectionApi

Methods and interfaces related to the PlaceDetection API.