java.io.Serializablepublic class DirectionsResult
extends java.lang.Object
implements java.io.Serializable
Please see Directions API for more detail.
| Modifier and Type | Field | Description |
|---|---|---|
GeocodedWaypoint[] |
geocodedWaypoints |
Details about the geocoding of origin, destination, and waypoints.
|
DirectionsRoute[] |
routes |
Routes from the origin to the destination.
|
| Constructor | Description |
|---|---|
DirectionsResult() |
public GeocodedWaypoint[] geocodedWaypoints
public DirectionsRoute[] routes