PlusCode

A plus code (Open Location Code)

EnvironmentGeocodingGeolocationMapsNavigationPlacesRoutingSolar

Properties

Name Type Description
globalCode string The full plus code (global code)
compoundCode string The compound plus code with locality reference
View JSON Schema on GitHub

JSON Schema

google-maps-places-plus-code-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PlusCode",
  "type": "object",
  "description": "A plus code (Open Location Code)",
  "properties": {
    "globalCode": {
      "type": "string",
      "description": "The full plus code (global code)"
    },
    "compoundCode": {
      "type": "string",
      "description": "The compound plus code with locality reference"
    }
  }
}