geometry
Contains the details to specify the position of the geofence. Can be a circle, a polygon, or a multipolygon. Polygon
and MultiPolygon
geometries can be defined using their respective parameters, or encoded in Geobuf format using the Geobuf
parameter. Including multiple geometry types in the same request will return a validation error.
The geofence Polygon
and MultiPolygon
formats support a maximum of 1,000 total vertices. The Geobuf
format supports a maximum of 100,000 vertices.