Google Maps Platform · JSON Structure

Google Maps Places Autocomplete Request Structure

Type: object Properties: 8
EnvironmentGeocodingGeolocationMapsNavigationPlacesRoutingSolar

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

Properties

input includedPrimaryTypes includedRegionCodes languageCode regionCode inputOffset includeQueryPredictions sessionToken

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "AutocompleteRequest",
  "type": "object",
  "properties": {
    "input": {
      "type": "string"
    },
    "includedPrimaryTypes": {
      "type": "array"
    },
    "includedRegionCodes": {
      "type": "array"
    },
    "languageCode": {
      "type": "string"
    },
    "regionCode": {
      "type": "string"
    },
    "inputOffset": {
      "type": "integer"
    },
    "includeQueryPredictions": {
      "type": "boolean"
    },
    "sessionToken": {
      "type": "string"
    }
  }
}