multiPolygon
A MultiPolygon
is a list of up to 250 Polygon
elements which represent the shape of a geofence. The Polygon
components of a MultiPolygon
geometry can define separate geographical areas that are considered part of the same geofence, perimeters of larger exterior areas with smaller interior spaces that are excluded from the geofence, or some combination of these use cases to form complex geofence boundaries.
For more information and specific configuration requirements for the Polygon
components that form a MultiPolygon
, see Polygon.
The following additional requirements and limitations apply to geometries defined using the MultiPolygon
parameter:
The entire
MultiPolygon
must consist of no more than 1,000 vertices, including all vertices from all componentPolygons
.Each edge of a component
Polygon
must intersect no more than 5 edges from otherPolygons
. Parallel edges that are shared but do not cross are not counted toward this limit.The total number of intersecting edges of component
Polygons
must be no more than 100,000. Parallel edges that are shared but do not cross are not counted toward this limit.