I am making an app that requires the nearest supermarkets to be shown from a users current location.
I have seen similar questions to this asked and the answer vary widely. At the moment I am able to display a map at a specific location, with a marker above it.
What is the best way to find and display the nearest supermarkets?
I have read that reverse geocoding a position can give the address. But what is the best method of seeing all of the nearby addresses of the supermarkets? Can I connect using HTTP to a database that searches within a given radius from my position then use some sort of overlay to show them?
I have read numerous tutorials but most only show the very basics of showing the map......placing a marker of the current location....... then getting the lat/long position.
If anyone knows of any tutorials to show what I want to do above that would be great!