GeoJsonPosition

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

A GeoJSON representation of a position.

Parameters

coordinates

Coordinates of the position.

altitude

Altitude of the position.

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

Constructors

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

Properties

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