ElevationLineGeometry

@Serializable
data class ElevationLineGeometry(val type: String, val coordinates: List<List<Double>>)

Constructors

Link copied to clipboard
constructor(type: String, coordinates: List<List<Double>>)

Properties

Link copied to clipboard

Coordinates with elevation: lon, lat, ele (API may return lon,lat if ele missing)

Link copied to clipboard