Status Update
Comments
ca...@google.com <ca...@google.com> #2
Thank you for posting.
Kindly provide more information regarding your issue so we can further investigate.
- The
actual
andyour expected
results with theofficial source of information
that will confirm it. - Screenshots in a standard image format (e.g. PNG or JPEG) or screen recordings and steps to reproduce the issue.
[Deleted User] <[Deleted User]> #3
The general issue is that when querying the Google Geocode APIs, whether through location by address or by latitude and longitude, in all three cases the response is "Postal code XXX" when it should only be "XXXX".
Attached are examples made through POSTMAN where you can see the parameters sent and the results obtained.
The addresses queried were:
- Senderos del Lago
- Av. Monte Verde 3347
and the latitude and longitude point queried was:
- (20.293601126595224, -103.3871067127088).
ca...@google.com <ca...@google.com> #4
Thank you for the information.
For (the response is "Postal code XXX" when it should only be "XXXX"), please advise your expected exact correct results
for the incorrect postal code with the official source of information
so we can do further investigation.
[Deleted User] <[Deleted User]> #5
For the current answer it is "postal code 45066", and the expected answer is "45066"
For the current answer it is "Postal code 45825", and the expected answer is "45825"
Description
I am experiencing an issue with the Geocode API where it returns incorrect postal code information for certain queries. Specifically, when requesting geocoding data for some addresses (latitude and longitude), the postal code returned does not match the expected result based on the address provided.
Examples