In my photo sharing app, i have it saving the lat and lon with each photo. My next step is to add a search function where users can find other photos that were posted near their location.
So basically, the search would grab the user's current location, and then show all photos taken with in a 1 mile radius. I've looked at a few tutorials, but i can't seem to see how to make it work.
Any help is appreciated.