| DirectionsApi |
The Google Directions API is a service that calculates directions between locations using an HTTP
request.
|
| DirectionsApi.Response |
|
| DirectionsApiRequest |
Request for the Directions API.
|
| DirectionsApiRequest.Waypoint |
|
| DistanceMatrixApi |
The Google Distance Matrix API is a service that provides travel distance and time for a matrix
of origins and destinations.
|
| DistanceMatrixApi.Response |
|
| DistanceMatrixApiRequest |
A request to the Distance Matrix API.
|
| ElevationApi |
The Google Elevation API provides a simple interface to query locations on the earth for
elevation data.
|
| FindPlaceFromTextRequest |
|
| FindPlaceFromTextRequest.LocationBiasCircular |
|
| FindPlaceFromTextRequest.LocationBiasIP |
|
| FindPlaceFromTextRequest.LocationBiasPoint |
|
| FindPlaceFromTextRequest.LocationBiasRectangular |
|
| FindPlaceFromTextRequest.Response |
|
| GaeRequestHandler |
A strategy for handling URL requests using Google App Engine's URL Fetch API.
|
| GaeRequestHandler.Builder |
Builder strategy for constructing GaeRequestHandler.
|
| GeoApiContext |
The entry point for making requests against the Google Geo APIs.
|
| GeoApiContext.Builder |
The Builder for GeoApiContext.
|
| GeocodingApi |
Geocoding is the process of converting addresses (like "1600 Amphitheatre Parkway, Mountain View,
CA") into geographic coordinates (like latitude 37.423021 and longitude -122.083739), which you
can use to place markers or position the map.
|
| GeocodingApi.Response |
|
| GeocodingApiRequest |
A request for the Geocoding API.
|
| GeolocationApi |
|
| GeolocationApi.Response |
|
| GeolocationApiRequest |
A request for the Geolocation API.
|
| ImageResult |
ImageResult is the object returned from API end points that return images.
|
| ImageResult.Response |
ImageResult.Response is a type system hack to enable API endpoints to return a
ImageResult.
|
| NearbySearchRequest |
|
| NearbySearchRequest.Response |
|
| OkHttpRequestHandler |
A strategy for handling URL requests using OkHttp.
|
| OkHttpRequestHandler.Builder |
Builder strategy for constructing an OkHTTPRequestHandler.
|
| PhotoRequest |
|
| PlaceAutocompleteRequest |
|
| PlaceAutocompleteRequest.Response |
|
| PlaceAutocompleteRequest.SessionToken |
SessionToken represents an Autocomplete session.
|
| PlaceDetailsRequest |
|
| PlaceDetailsRequest.Response |
|
| PlacesApi |
Performs a text search for places.
|
| QueryAutocompleteRequest |
|
| QueryAutocompleteRequest.Response |
|
| RoadsApi |
The Google Maps Roads API identifies the roads a vehicle was traveling along and provides
additional metadata about those roads, such as speed limits.
|
| RoadsApi.CombinedResponse |
|
| RoadsApi.RoadsResponse |
|
| RoadsApi.SpeedsResponse |
|
| StaticMapsApi |
|
| StaticMapsRequest |
|
| StaticMapsRequest.Markers |
|
| StaticMapsRequest.Path |
|
| TextSearchRequest |
|
| TextSearchRequest.Response |
|
| TimeZoneApi |
The Google Time Zone API provides a simple interface to request the time zone for a location on
the earth.
|