How can I get the distance in meters between two CLLocations? CLLocation doesn't provide any method to do it, it seeems.
CLLocation
CLLocationDistance distance = [aCLLocationA distanceFromLocation:aCLLocationB]; // distance is a double representing the distance in meters
2.1m questions
2.1m answers
60 comments
57.0k users