Google Maps Platform · JSON Structure

Google Maps Places Plus Code Structure

Type: object Properties: 2
EnvironmentGeocodingGeolocationMapsNavigationPlacesRoutingSolar

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

Properties

globalCode compoundCode

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PlusCode",
  "type": "object",
  "properties": {
    "globalCode": {
      "type": "string"
    },
    "compoundCode": {
      "type": "string"
    }
  }
}