ElevationPointGeometry

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

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard