AutocompletePrediction | Represents a query's suggestions and its attributes, like matched substrings. |
GeoDataApi | Main entry point for the Google Places Geo Data API. |
Place | Represents a particular physical place. |
PlaceDetectionApi | Main entry point for the Google Place Detection API. |
PlaceLikelihood | A Place and the relative likelihood of the place being the best match within the list of
returned places for a single request. |
PlacePhotoMetadata | The metadata corresponding to a single photo associated with a place. |
AddPlaceRequest | Information about a new place that you would like to add to Google's Places database. |
AutocompleteFilter | Filter for customizing the autocomplete predictions from the Geo Data API. |
AutocompleteFilter.Builder | Builder for an AutocompleteFilter . |
AutocompletePredictionBuffer | A DataBuffer that represents a list of AutocompletePredictions . |
PlaceBuffer | Data structure providing access to a list of Place objects. |
PlaceFilter | Specifies constraints to use for filtering the results of some API methods. |
PlaceLikelihoodBuffer | Data structure providing access to a list of PlaceLikelihood objects. |
PlacePhotoMetadataBuffer | Data structure providing access to a list of PlacePhotoMetadata objects. |
PlacePhotoMetadataResult | Represents the result of a getPlacePhotos(GoogleApiClient, String) request. |
PlacePhotoResult | The result of a getPhoto(GoogleApiClient) or getScaledPhoto(GoogleApiClient, int, int)
request. |
PlaceReport | An indication that the device is currently located at a particular Place . |
Places | The main entry point for apps to integrate with the Google Places API for Android. |
PlacesOptions | API configuration parameters for Places API. |
PlacesOptions.Builder | Builder used to create PlacesOptions . |
PlacesStatusCodes | Places API specific status codes, for use in getStatusCode()
|
PlaceTypes | Convenient groupings of place types. |