Google Maps Platform · JSON Structure

Google Maps Geocoding Geocoding Response Structure

Type: object Properties: 3
EnvironmentGeocodingGeolocationMapsNavigationPlacesRoutingSolar

GeocodingResponse is a JSON Structure definition published by Google Maps Platform, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

status results error_message

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "GeocodingResponse",
  "type": "object",
  "properties": {
    "status": {
      "type": "string"
    },
    "results": {
      "type": "array"
    },
    "error_message": {
      "type": "string"
    }
  }
}