Calculates the distance between the current latlong and the supplied latlong.
Uses Haversine formula from http://mathforum.org/library/drmath/view/51879.html
Namespace: Microsoft.Hawaii.PathPrediction.ClientAssembly: Microsoft.Hawaii.PathPrediction.Client (in Microsoft.Hawaii.PathPrediction.Client.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
Parameters
- latLong
- Type: Microsoft.Hawaii.PathPrediction.Client LatLong
The remote location to calculate the distance to
Return Value
The distance in meters between the two locationsSee Also