Google Maps Platform · Example Payload

Google Maps Directions Directions Response Example

EnvironmentGeocodingGeolocationMapsNavigationPlacesRoutingSolar

Google Maps Directions Directions Response Example is an example object payload from Google Maps Platform, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

statusroutesgeocoded_waypointserror_message

Example Payload

Raw ↑
{
  "status": "example_value",
  "routes": [],
  "geocoded_waypoints": [],
  "error_message": "example_value"
}