Status Update
Comments
li...@doordash.com <li...@doordash.com> #2
Information redacted by Android Beta Feedback.
li...@doordash.com <li...@doordash.com> #3
Why hasn't this more stars? I have this in Beta right now and it's so annoying!
en...@google.com <en...@google.com> #4
Thank you for reporting this issue. We have shared this with our product and engineering team and will update this issue with more information as it becomes available.
Description
Description: We are experiencing an issue with Geocoding API beginning at Friday, 2024-06-28 15:30 US/Pacific.
The symptoms are `country` type not appearing in `address_components` request. The issue mainly seems to be occurring outside of the US. We are seeing errors in AU, NZ, and CA.
Here are a couple of examples:
Request: /maps/api/geocode/json?address=Warnbro Fair S/C, Cnr Palm Springs Blvd %26 Warbro Sound, Warnbro, WA 9169
Response Address Components: [
{
"long_name": "Palm Springs Boulevard",
"short_name": "Palm Springs Blvd",
"types": [
"route"
]
},
{
"long_name": "Warnbro",
"short_name": "Warnbro",
"types": [
"locality",
"political"
]
},
{
"long_name": "Western Australia",
"short_name": "WA",
"types": [
"administrative_area_level_1",
"political"
]
}
],
Request:
Response Address Components: [
{
"long_name": "Calle Kings Canyon",
"short_name": "Calle Kings Cyn",
"types": [
"route"
]
},
{
"long_name": "Sabana Llana Sur, San Juan, Puerto Rico",
"short_name": "Sabana Llana Sur, San Juan, Puerto Rico",
"types": [
"political",
"sublocality",
"sublocality_level_1"
]
},
{
"long_name": "Sabana Llana Sur",
"short_name": "Sabana Llana Sur",
"types": [
"administrative_area_level_2",
"political"
]
}
]