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).

Constructors

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

Properties

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