GeographicCoordinate
data class GeographicCoordinate(val latitude: Double, val longitude: Double) : GeographicCoordinateProvider
Represents a position in the real world. Latitude and Longitude are stored in degrees.
Since
0.0.86
Functions
Link copied to clipboard
Link copied to clipboard
fun coordinateAtDistanceWithBearing(distanceMetres: Double, bearingDegrees: Double): GeographicCoordinate
Link copied to clipboard