I have an iPhone app with a Core Data database containing a list of locations, each with lat/long coordinates. How can I search for say the nearest 10 to my current location?
There is also a CoreLocation function which solves that particular issue :
- (CLLocationDistance)getDistanceFrom:(const CLLocation *)location