Determine neighborhood from Latitude and Longitude

Asked

Viewed 465 times

2

I’m using the Google Maps API V3 more specifically angular-google-maps. I need to display the exact point of the user at the moment that opens the map and also display all the people who may be in that neighborhood (whether or not they are in that moment). The problem is how to define the neighborhood which user is only with latitude and longitude and from that moment list the people who may be in the neighborhood? For the markers can bring n+1 brands nearby, and sometimes has no neighborhood, as:

  • "Terceira Avenida, 6 - Brasília, DF, Brazil"
  • "Brasília - DF, Brazil"
  • "Distrito Federal, Brazil"

I thought of searching for the zip code, but the "postal_code" is also not constant, sometimes returns other not. Reading in Stackoverflow in EN was said to need the name of the street, but here in Brasilia even with the street is not returned the ZIP code.

It is not possible to force return of the zip code and thus define the neighborhood.

I thought of some API that delimits the neighborhood and when the Lat/Long is within the perimeter could return the neighborhood/zip.

Finally I have not found any solution or path that I can follow.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.