Class | Description |
---|---|
AddressComponent |
The parts of an address.
|
Bounds |
The north east and south west points that delineate the outer bounds of a map.
|
DirectionsLeg |
A component of a Directions API result.
|
DirectionsRoute |
A Directions API result.
|
DirectionsStep |
Each element in the steps of a
DirectionsLeg defines a single step of the calculated
directions. |
Distance |
The distance component for Directions API results.
|
DistanceMatrix |
A complete result from a Distance Matrix API call.
|
DistanceMatrixElement |
A single result corresponding to a origin/destination pair in a Distance Matrix response.
|
DistanceMatrixRow |
Represents a single row in a Distance Matrix API response.
|
Duration |
The duration component for Directions API results.
|
ElevationResult |
An Elevation API result.
|
EncodedPolyline |
Encoded Polylines are used by the API to represent paths.
|
Fare |
A representation of ticket cost for use on public transit.
|
GeocodingResult |
Result from a Geocoding API call.
|
Geometry |
The Geometry of a Geocoding Result.
|
LatLng |
A place on Earth, represented by a Latitude/Longitude pair.
|
SnappedPoint |
A point that has been snapped to a road by the Roads API.
|
SnappedSpeedLimitResponse |
A combined snap-to-roads and speed limit response.
|
SpeedLimit |
A speed limit result from the Roads API.
|
StopDetails |
The stop/station.
|
TransitAgency |
The operator of a line.
|
TransitDetails |
Transit directions return additional information that is not relevant for other modes of
transportation.
|
TransitLine |
The transit line used in a step.
|
Vehicle |
The vehicle used on a line.
|
Enum | Description |
---|---|
AddressComponentType |
The Adress Component types.
|
AddressType |
The Adress types.
|
DistanceMatrixElementStatus |
The status result for a single
DistanceMatrixElement . |
LocationType |
Location types for a reverse geocoding request.
|
TransitMode |
You may specify transit mode when requesting transit directions or distances.
|
TransitRoutingPreference |
Indicate user preference when requesting transit directions.
|
TravelMode |
You may specify the transportation mode to use for calulating directions.
|
Unit |
Units of measurement.
|
VehicleType |
The vehicle types.
|