AI-generated Key Takeaways
-
Defines a circular area using a central point (LatLng) and a radius.
-
Requires specifying the center's latitude and longitude within valid ranges.
-
Requires a radius in meters, with a maximum limit.
-
centerandradiusfields are mandatory for defining the circle.
Circle with a LatLng as center and radius.
| JSON representation |
|---|
{
"center": {
object ( |
| Fields | |
|---|---|
center |
Required. Center latitude and longitude. The range of latitude must be within [-90.0, 90.0]. The range of the longitude must be within [-180.0, 180.0]. |
radius |
Required. Radius measured in meters. The radius must be within [0.0, 50000.0]. |