Point
data class Point(val position: GeoJsonPosition, val boundingBox: GeoBoundingBox? = null) : Geometry, GeoJsonObject
A GeoJSON Geometry type comprising a single GeoPoint.
Parameters
position
Coordinates of the given Point.
boundingBox
Bounding box of the Point (optional).