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
Here is a call that returns no postal code: http://www.datasciencetoolkit.org/maps/api/geocode/json?address=4699+Auburn+Blvd%2C+Sacramento%2C+CA%2C+USA
even if I include postal code: http://www.datasciencetoolkit.org/maps/api/geocode/json?address=4699+Auburn+Blvd%2C+Sacramento%2C+CA+95841%2C+USA
No postal code is returned while other structured data is. Worth noting that google returns a postal code in this case:
Street: 4699 Auburn Boulevard City: Sacramento State: CA Zip: 95841 Latitude: 38.653747 Longitude: -121.3545975 Country: US
(and the lat/lng are similar)
Is this to be expected? It's just a bit strange to me
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Here is a call that returns no postal code:
http://www.datasciencetoolkit.org/maps/api/geocode/json?address=4699+Auburn+Blvd%2C+Sacramento%2C+CA%2C+USA
even if I include postal code:
http://www.datasciencetoolkit.org/maps/api/geocode/json?address=4699+Auburn+Blvd%2C+Sacramento%2C+CA+95841%2C+USA
No postal code is returned while other structured data is. Worth noting that google returns a postal code in this case:
(and the lat/lng are similar)
Is this to be expected? It's just a bit strange to me
The text was updated successfully, but these errors were encountered: