MultiPolygon
data class MultiPolygon(val polygons: List<Polygon>, val boundingBox: GeoBoundingBox? = null) : Geometry, GeoJsonObject
Content copied to clipboard
A collection of Polygons.
Important: This is a Public Preview API. It may be changed or removed at any time.
Parameters
polygons
List of Polygons.
boundingBox
Bounding box of the MultiPolygon (optional).
Constructors
Link copied to clipboard
fun MultiPolygon(polygons: List<Polygon>, boundingBox: GeoBoundingBox? = null)
Content copied to clipboard