Assigned
Status Update
Comments
wr...@gmail.com <wr...@gmail.com> #2
when using components=country:us within the URL but once we remove that at the end of the URL, the correct long name comes back. But we can not easily remove that from our system's coding.
ra...@google.com <ra...@google.com> #3
I failed to reproduce this on our end. Could you please provide us with a sample request?
wr...@gmail.com <wr...@gmail.com> #4
request that provides the incorrect city:
https://maps.googleapis.com/maps/api/geocode/json?key=xxxxxxxxxxxxxxxcomponents=country:us&address=2288+N+US+Hwy+1+Fort+Pierce+FL+34946
vs.
request that provides the correct city:
https://maps.googleapis.com/maps/api/geocode/json?key=xxxxxxxxxxxxxxxcountry:us&address=2288+N+US+Hwy+1+Fort+Pierce+FL+34946
but we use the calls with the "components=country:us" normally.
vs.
request that provides the correct city:
but we use the calls with the "components=country:us" normally.
Description
===========================================================================================
#REMINDER: Please do not disclose any possible PII such as: email address, IP, contact number, any part of name, project numbers and billing accounts as these information may violate security and privacy. Comments or attachments that include PII will be removed and restricted from public viewing.
Furthermore, please refrain from replying to a comment as this will make your email address visible. Instead, you may use the Issue Tracker’s comment feature for your replies.
It is OK to share your API Project ID, but _not_ API keys or client ID credentials.
To learn more about personal data, visit
===========================================================================================
Issue report
----------------
IMPORTANT: If you are seeing an incorrect location from the geocoder,
please go to
select to "report an issue" to ensure it gets routed appropriately. Do not
file the issue here.
If you are seeing an unexpected response that only occurs when using the
API and does not occur when using
include a link with your geocoding request, or to a webpage demonstrating
the issue.