I'm using a mySQL Database where I store bookmarks from a map (in the table I store the latitude and longitude of these bookmarks) my question is, do I make a select by picking up all markers that are in a proximity radius of a point bookmark), I found this solution: en.stackoverflow.com/questions/55669/... however I confess I did not understand the suggested solution, so I would like help in this matter.