Google Maps Platform · Example Payload

Google Maps Geocoding Geocoding Response Example

EnvironmentGeocodingGeolocationMapsNavigationPlacesRoutingSolar

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

Top-level fields

statusresultserror_message

Example Payload

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