Point
data class Point(val position: GeoJsonPosition, val boundingBox: GeoBoundingBox? = null) : Geometry, GeoJsonObject
A GeoJSON Geometry type comprising a single GeoPoint.
Important: This is a Public Preview API. It may be changed or removed at any time.