LocationBias

The region to bias results to. Results in the specified region are ranked higher but results outside the region may still be returned.

EnvironmentGeocodingGeolocationMapsNavigationPlacesRoutingSolar

Properties

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

JSON Schema

google-maps-locationbias-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LocationBias",
  "title": "LocationBias",
  "type": "object",
  "description": "The region to bias results to. Results in the specified region are ranked higher but results outside the region may still be returned.",
  "properties": {
    "circle": {
      "$ref": "#/components/schemas/Circle"
    },
    "rectangle": {
      "$ref": "#/components/schemas/Rectangle"
    }
  }
}