ResQ.Core.Location
Location.DistanceTo(Location) Method
Calculates the great-circle distance to another location using the Haversine formula.Parameters
other Location
The target location to calculate distance to.
Returns
System.DoubleThe distance in kilometers between this location and the target.