| Class | Description |
| ClientGeocoder |
A ClientGeocoder object communicates with Google servers to obtain geocodes
for user-specified addresses. |
| ClientGeocoderOptions |
ClientGeocoderOptions specifies properties for configuring
ClientGeocoder instances. |
| Directions |
A Directions object communicates with Google servers to obtain directions
between two or more waypoints. |
| DirectionsEvent |
A DirectionsEvent object is dispatched into the event flow whenever
a directions request completes. |
| DirectionsOptions |
DirectionsOptions specifies properties for configuring Directions instances. |
| GeocodingEvent |
A GeocodingEvent object is dispatched into the event flow whenever
a geocoding request completes. |
| GeocodingResponse |
A GeocodingResponse object represents the result of a geocoding operation
returned by the server. |
| Placemark |
Describes a single result returned by a geocoding request. |
| Route |
Objects of this class are created by the Directions object to store
information about a single route in a directions result. |
| ServiceStatus |
This class contains all the service status codes that can be returned in
service responses. |
| Step |
Objects of this class are created by the Directions object to store
information about a single step within a route in a directions result. |