| Interface | Description |
|---|---|
| GooglePlacesInterface |
A Java binding for the Google Places API:
https://developers.google.com/places/
|
| RequestHandler |
Represents an interface to handle HTTP traffic between the client and Google Places API.
|
| Statuses |
Google Places API official "status" replies.
|
| Types |
Google Place API official "types"
|
| Class | Description |
|---|---|
| AddressComponent |
Represents a single component in a Place's full address.
|
| AltId |
Represents an alternate entry for a specified
Place |
| DefaultRequestHandler | |
| GooglePlaces | |
| Hours |
Represents a place's hours of operation.
|
| Hours.Period |
Represents a period of time in which the place is opened.
|
| Param |
Represents an extra, optional parameter that can be specified.
|
| Photo |
Represents a referenced photo.
|
| Place |
Represents a place returned by Google Places API_
|
| PlaceBuilder |
Class for building Place information to be submitted to Google.
|
| Prediction |
Represents a autocomplete prediction based on a query.
|
| Prediction.DescriptionTerm |
Represents an element within a description.
|
| Review |
Represents a user submitted review.
|
| Review.Aspect |
Represents an certain aspect of a review such as "quality" or "service".
|
| TypeParam |
Represents an extra, optional type parameter that restricts the results to places matching at least one of the specified types.
|
| Enum | Description |
|---|---|
| Day |
Represents a day in the week.
|
| Price |
Represents a price ranking of some place.
|
| Scope |
Represents the scope in which a place resides.
|
| Status |
Represents the current status of the place in time.
|
Copyright © 2014–2015. All rights reserved.