MapPoint

data class MapPoint(val latitude: Double, val longitude: Double)(source)

A point on the map, in degrees. Deliberately not either renderer's type — see MapBounds.

Constructors

Link copied to clipboard
constructor(latitude: Double, longitude: Double)

Properties

Link copied to clipboard
Link copied to clipboard