Overload List
Name | Description | |
---|---|---|
DistanceBetweenLatLongPointsHaversine(Int32, LatLongCoordinate, LatLongCoordinate) |
Returns distance in meters between two lat/long coordinates using Haversine formula. More accurate but slower.
| |
DistanceBetweenLatLongPointsHaversine(Int32, Double, Double, Double, Double) |
Returns distance in meters between two lat/long coordinates using Haversine formula. More accurate but slower.
|