Google Maps Platform · Example Payload

Google Maps Places Autocomplete Request Example

EnvironmentGeocodingGeolocationMapsNavigationPlacesRoutingSolar

Google Maps Places Autocomplete Request Example is an example object payload from Google Maps Platform, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

inputincludedPrimaryTypesincludedRegionCodeslanguageCoderegionCodeinputOffsetincludeQueryPredictionssessionToken

Example Payload

Raw ↑
{
  "input": "example_value",
  "includedPrimaryTypes": [],
  "includedRegionCodes": [],
  "languageCode": "example_value",
  "regionCode": "example_value",
  "inputOffset": 10,
  "includeQueryPredictions": true,
  "sessionToken": "example_value"
}