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