Point

data class Point(val position: GeoJsonPosition, val boundingBox: GeoBoundingBox? = null) : Geometry, GeoJsonObject

A GeoJSON Geometry type comprising a single GeoPoint.

Constructors

Link copied to clipboard
constructor(position: GeoJsonPosition, boundingBox: GeoBoundingBox? = null)

Properties

Link copied to clipboard
open override val boundingBox: GeoBoundingBox? = null

Bounding box of the Point (optional).

Link copied to clipboard

Coordinates of the given Point.