Google Maps Platform · JSON Structure

Google Maps Places Search Text Request Structure

Type: object Properties: 10
EnvironmentGeocodingGeolocationMapsNavigationPlacesRoutingSolar

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

Properties

textQuery includedType languageCode regionCode rankPreference maxResultCount priceLevels openNow minRating strictTypeFiltering

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SearchTextRequest",
  "type": "object",
  "properties": {
    "textQuery": {
      "type": "string"
    },
    "includedType": {
      "type": "string"
    },
    "languageCode": {
      "type": "string"
    },
    "regionCode": {
      "type": "string"
    },
    "rankPreference": {
      "type": "string"
    },
    "maxResultCount": {
      "type": "integer"
    },
    "priceLevels": {
      "type": "array"
    },
    "openNow": {
      "type": "boolean"
    },
    "minRating": {
      "type": "number"
    },
    "strictTypeFiltering": {
      "type": "boolean"
    }
  }
}