| Interface | Description |
|---|---|
| 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.
|
| 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.
|
| GeocodingApi.ComponentFilter |
This class represents a component filter for a geocode request.
|
| GeocodingApiRequest |
Request for the Geocoding API.
|
| 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.
|
| 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.
|