MultiPoint
data class MultiPoint(val points: List<Point>, val boundingBox: GeoBoundingBox? = null) : Geometry, GeoJsonObject
A GeoJSON Geometry type comprising a collection of Points.
Parameters
points
List of Points.
boundingBox
Bounding box of the MultiPoint (optional).