MultiPolygon
data class MultiPolygon(val polygons: List<Polygon>, val boundingBox: GeoBoundingBox? = null) : Geometry, GeoJsonObject
A collection of Polygons.
Parameters
polygons
List of Polygons.
boundingBox
Bounding box of the MultiPolygon (optional).