Google Maps Platform · JSON Structure

Google Maps Places Place Address Component Structure

Type: object Properties: 4
EnvironmentGeocodingGeolocationMapsNavigationPlacesRoutingSolar

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

Properties

longText shortText types languageCode

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PlaceAddressComponent",
  "type": "object",
  "properties": {
    "longText": {
      "type": "string"
    },
    "shortText": {
      "type": "string"
    },
    "types": {
      "type": "array"
    },
    "languageCode": {
      "type": "string"
    }
  }
}