Point

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

A GeoJSON Geometry type comprising a single GeoCoordinate.

Parameters

position

Coordinates of the given Point.

boundingBox

Bounding box of the Point (optional).

Important: This is a Public Preview API. It may be changed or removed at any time.

Constructors

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

Properties

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