I would like to find places close to a certain geographical coordinate.
I have a database with a list of landmarks and their coordinates.
Ex:
var points = [
['cristo redentor', '111111', '222222']
['parque do ibirapuera', '111111', '222222']
['museu do ipiranga', '111111', '222222']
['av paulista', '111111', '222222']
]
When the user searches for a reference point, I would like to find all other points that are close to that chosen coordinate.