How can I get the distance in meters between two CLLocation
s? CLLocation
doesn't provide any method to do it, it seeems.
CLLocationDistance distance = [aCLLocationA distanceFromLocation:aCLLocationB];
// distance is a double representing the distance in meters