LngLat

@Serializable
data class LngLat(val lng: Double, val lat: Double)

A geographical location which contains a latitude, longitude pair.

Constructors

constructor(lng: Double, lat: Double)

Properties

val lat: Double
val lng: Double