I'm developing a web app where the user sets a place in a map (Google Maps API) and I store the coordinates in a database.
At another page, I want to do a search which consists in getting my local coordinates and retrieve nearby places previously stored at my database based on a radius.
How can I do this?