Circle

A circle defined by center point and radius

EnvironmentGeocodingGeolocationMapsNavigationPlacesRoutingSolar

Properties

Name Type Description
radius number The radius of the circle in meters
View JSON Schema on GitHub

JSON Schema

google-maps-places-circle-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Circle",
  "type": "object",
  "description": "A circle defined by center point and radius",
  "properties": {
    "radius": {
      "type": "number",
      "description": "The radius of the circle in meters"
    }
  }
}