LocationCoordinate2D
-
Instantiates a LocationCoordinate2D from a RadianCoordinate2D
-
-
Returns the direction from the receiver to the given coordinate.
This method is equivalent to the turf-bearing package of Turf.js (source code).
-
Returns a coordinate a certain Haversine distance away in the given direction.
-
Returns the Haversine distance between two coordinates measured in degrees.
This method is equivalent to the turf-distance package of Turf.js (source code).