| Interface | Description |
|---|---|
| GeoApiContext.RequestHandler |
RequestHandler is the service provider interface that enables requests to be handled via
switchable back ends.
|
| PendingResult<T> |
Represents a pending result from an API call.
|
| PendingResult.Callback<T> |
The callback interface the API client code needs to implement to handle API results.
|
| Class | Description |
|---|---|
| DirectionsApi |
The Google Directions API is a service that calculates directions between locations using an HTTP
request.
|
| DirectionsApiRequest |
Request for the Directions API.
|
| DistanceMatrixApi |
The Google Distance Matrix API is a service that provides travel distance and time for a matrix
of origins and destinations.
|
| DistanceMatrixApiRequest |
A request to the Distance Matrix API.
|
| ElevationApi |
The Google Elevation API provides you a simple interface to query locations on the earth for
elevation data.
|
| GaeRequestHandler |
A strategy for handling URL requests using Google App Engine's URL Fetch API.
|
| GeoApiContext |
The entry point for making requests against the Google Geo APIs.
|
| 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.
|
| GeocodingApiRequest |
Request for the Geocoding API.
|
| NearbySearchRequest |
A Nearby
Search request.
|
| OkHttpRequestHandler |
A strategy for handling URL requests using OkHttp.
|
| PhotoRequest |
A Place
Photo request.
|
| PhotoRequest.Response | |
| PlaceAutocompleteRequest |
A Place
Autocomplete request.
|
| PlaceAutocompleteRequest.Response | |
| PlaceDetailsRequest |
A Place
Details request.
|
| PlacesApi |
Performs a text search for places.
|
| QueryAutocompleteRequest |
A Query
Autocomplete request.
|
| QueryAutocompleteRequest.Response | |
| RadarSearchRequest | |
| RadarSearchRequest.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.
|
| TextSearchRequest |
A Text
Search request.
|
| TextSearchRequest.Response | |
| TimeZoneApi |
The Google Time Zone API provides a simple interface to request the time zone for a location
on the earth.
|
| Enum | Description |
|---|---|
| DirectionsApi.RouteRestriction |
Directions may be calculated that adhere to certain restrictions.
|