GeometryCollection

constructor(geometries: List<G>, bbox: BoundingBox? = null)(source)


constructor(vararg geometries: G, bbox: BoundingBox? = null)(source)

Create a GeometryCollection by a number of Geometry objects.

Parameters

geometries

The Geometry objects that make up this GeometryCollection.