Google Maps Platform · JSON Structure

Google Maps Places Search Nearby Request Structure

Type: object Properties: 8
EnvironmentGeocodingGeolocationMapsNavigationPlacesRoutingSolar

SearchNearbyRequest 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

includedTypes excludedTypes includedPrimaryTypes excludedPrimaryTypes languageCode regionCode rankPreference maxResultCount

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SearchNearbyRequest",
  "type": "object",
  "properties": {
    "includedTypes": {
      "type": "array"
    },
    "excludedTypes": {
      "type": "array"
    },
    "includedPrimaryTypes": {
      "type": "array"
    },
    "excludedPrimaryTypes": {
      "type": "array"
    },
    "languageCode": {
      "type": "string"
    },
    "regionCode": {
      "type": "string"
    },
    "rankPreference": {
      "type": "string"
    },
    "maxResultCount": {
      "type": "integer"
    }
  }
}