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
1.4m articles
1.4m replys
5 comments
57.0k users