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
548k questions
547k answers
4 comments
86.3k users