0
I would like to find places close to a certain geographical co-ordination.
I have a database with a list of reference points and their respective 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.
@Inhares the context is the same but they are distinct languages! :(
– mcamara
blz. I’m trying to find something, but so far nothing very useful
– rLinhares
Thank you so much @rLinhares :)
– mcamara