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

postalcode missing in components? #2

Open
AlexandreRoba opened this issue Jul 22, 2018 · 0 comments
Open

postalcode missing in components? #2

AlexandreRoba opened this issue Jul 22, 2018 · 0 comments

Comments

@AlexandreRoba
Copy link

Hi all,

I noticed the 'postcode' was missing from the components. I'm getting this kind or result from the api but I can't seem to find the postcode in it.

"results": [
{
"bounds": {
"northeast": {
"lat": 52.5164327,
"lng": 13.377825
},
"southwest": {
"lat": 52.5161167,
"lng": 13.37758
}
},
"components": {
"ISO_3166-1_alpha-2": "DE",
"_type": "attraction",
"attraction": "Brandenburg Gate",
"city": "Berlin",
"city_district": "Mitte",
"country": "Germany",
"country_code": "de",
"house_number": "1",
"political_union": "European Union",
"postcode": "10117",
"road": "Pariser Platz",
"state": "Berlin",
"suburb": "Mitte"
},
"confidence": 9,
"formatted": "Brandenburg Gate, Pariser Platz 1, 10117 Berlin, Germany",
"geometry": {
"lat": 52.5162767,
"lng": 13.3777025
}
}
],

regards,

Alex

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

1 participant