DirectionsResponse

The response from the Directions API

EnvironmentGeocodingGeolocationMapsNavigationPlacesRoutingSolar

Properties

Name Type Description
status string Status code of the directions request
routes array Array of routes from the origin to the destination. Each route contains legs, overview polylines, warnings, and waypoint order.
geocoded_waypoints array Contains geocoding information for the origin, destination, and each waypoint.
error_message string Human-readable error message when status is not OK
View JSON Schema on GitHub