GeoJsonGeometry

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

Constructors

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

Properties

Link copied to clipboard

[lon, lat] pair defining the point location.

Link copied to clipboard