We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
regards,
Alex
The text was updated successfully, but these errors were encountered: