public class DirectionsResult
extends java.lang.Object
Please see Directions API for more detail.
| Modifier and Type | Field and Description |
|---|---|
GeocodedWaypoint[] |
geocodedWaypoints
geocodedWaypoints contains an array with details about the geocoding of origin,
destination and waypoints. |
DirectionsRoute[] |
routes
routes contains an array of routes from the origin to the destination. |
| Constructor and Description |
|---|
DirectionsResult() |
public GeocodedWaypoint[] geocodedWaypoints
geocodedWaypoints contains an array with details about the geocoding of origin,
destination and waypoints. See
Geocoded Waypoints for more detail.public DirectionsRoute[] routes
routes contains an array of routes from the origin to the destination. See Routes for
more detail.