Overload List

  NameDescription
Public methodStatic memberDistanceBetweenLatLongPointsHaversine(Int32, LatLongCoordinate, LatLongCoordinate)
Returns distance in meters between two lat/long coordinates using Haversine formula. More accurate but slower.
Public methodStatic memberDistanceBetweenLatLongPointsHaversine(Int32, Double, Double, Double, Double)
Returns distance in meters between two lat/long coordinates using Haversine formula. More accurate but slower.

See Also