LocationRestriction

The region to restrict results to. Only results inside the restriction are returned.

EnvironmentGeocodingGeolocationMapsNavigationPlacesRoutingSolar

Properties

Name Type Description
circle object
rectangle object
View JSON Schema on GitHub

JSON Schema

google-maps-locationrestriction-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LocationRestriction",
  "title": "LocationRestriction",
  "type": "object",
  "description": "The region to restrict results to. Only results inside the restriction are returned.",
  "properties": {
    "circle": {
      "$ref": "#/components/schemas/Circle"
    },
    "rectangle": {
      "$ref": "#/components/schemas/Rectangle"
    }
  }
}