Hi,
I have my current location fixed via CoreLocation. Now I want to get those locations (from an existing database), which are in the near (about 100 feet) of it.
How do I start?
Update: Here is a implementation of the Haversine formula: http://www.jaimerios.com/?p=39 (very useful)