MultiPolygonCoordinates Class

Schema of multi polygon coordinates.

All required parameters must be populated in order to send to Azure.

Inheritance
MultiPolygonCoordinates

Constructor

MultiPolygonCoordinates(*, coordinates: List[List[List[List[float]]]], **kwargs)

Parameters

coordinates
list[list[list[list[float]]]]
Required

Required. Gets or sets Coordinates of GeoJSON Object. It must be an array of polygons, each polygon contains list of linear rings. For Polygons with more than one of these rings, the first MUST be the exterior ring, and any others MUST be interior rings.