Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Sublocality" fields not returned #10

Open
nQk2 opened this issue Apr 28, 2015 · 2 comments
Open

"Sublocality" fields not returned #10

nQk2 opened this issue Apr 28, 2015 · 2 comments

Comments

@nQk2
Copy link

nQk2 commented Apr 28, 2015

Somehow the sublocality fields are not being returned. See http://maps.google.com/maps/api/geocode/json?address=birkenstra%C3%9Fe+59+10559+berlin&sensor=false for an Example:

            {
               "long_name" : "Moabit",
               "short_name" : "Moabit",
               "types" : [ "sublocality_level_2", "sublocality", "political" ]
            },
            {
               "long_name" : "Bezirk Mitte",
               "short_name" : "Bezirk Mitte",
               "types" : [ "sublocality_level_1", "sublocality", "political" ]
            },
@nQk2
Copy link
Author

nQk2 commented Apr 28, 2015

Probably a problem with node-geocoder ...?

@aldeed
Copy link
Collaborator

aldeed commented Jul 8, 2015

Most likely

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants