GeometryCollection
data class GeometryCollection(val geometries: List<Geometry>, val boundingBox: GeoBoundingBox? = null) : Geometry, GeoJsonObject
A collection of Geometry objects.
Parameters
geometries
List of geometries.
boundingBox
Bounding box of the GeometryCollection (optional).