Google Maps Platform · Example Payload

Google Maps Places Search Text Request Example

EnvironmentGeocodingGeolocationMapsNavigationPlacesRoutingSolar

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

Top-level fields

textQueryincludedTypelanguageCoderegionCoderankPreferencemaxResultCountpriceLevelsopenNowminRatingstrictTypeFiltering

Example Payload

Raw ↑
{
  "textQuery": "example_value",
  "includedType": "example_value",
  "languageCode": "example_value",
  "regionCode": "example_value",
  "rankPreference": "example_value",
  "maxResultCount": 10,
  "priceLevels": [],
  "openNow": true,
  "minRating": 42.5,
  "strictTypeFiltering": true
}