Google Maps Platform · JSON Structure

Google Maps Geocoding Geocoding Result Structure

Type: object Properties: 5
EnvironmentGeocodingGeolocationMapsNavigationPlacesRoutingSolar

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

Properties

address_components formatted_address place_id types partial_match

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "GeocodingResult",
  "type": "object",
  "properties": {
    "address_components": {
      "type": "array"
    },
    "formatted_address": {
      "type": "string"
    },
    "place_id": {
      "type": "string"
    },
    "types": {
      "type": "array"
    },
    "partial_match": {
      "type": "boolean"
    }
  }
}