GeoJsonPosition

data class GeoJsonPosition(val coordinates: GeoPoint, val altitude: Double? = null)

A GeoJSON representation of a position.

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

Parameters

coordinates

Coordinates of the position.

altitude

Altitude of the position.

Constructors

Link copied to clipboard
fun GeoJsonPosition(coordinates: GeoPoint, altitude: Double? = null)

Properties

Link copied to clipboard
val altitude: Double? = null
Link copied to clipboard