Assigned
Status Update
Comments
ca...@google.com <ca...@google.com> #2
Thanks for your suggestion! We are currently evaluating this request, but do not have any plans to implement it at the moment. Please star to add your vote and receive further updates, and feel free to add any comments to discuss your use case.
pa...@gmail.com <pa...@gmail.com> #3
I've transitioned from this team. Thanks!
ca...@google.com <ca...@google.com> #4
Thank you for posting.
We have logged this issue internally. Please note that we cannot give you any timelines, but you can star the issue to get notifications.
pa...@gmail.com <pa...@gmail.com> #5
Dear @ca...@google.com
Is there any update on the Issue? We're still experiencing the problem and it is resulting in quite some confusion. Please let me know if any more details are needed or if/when there's a patch scheduled. Thanks!
Description
----------------
1. PlacesDetailAsync Request
2. place_id: ChIJYQoV4_snhUcRGmw_aLdS1zg (Dorf 51, Elm, Switzerland)
3. Request returns:
"address_components": [
{
"long_name": "51",
"short_name": "51",
"types": [
"street_number"
]
},
{
"long_name": "Dorf",
"short_name": "Dorf",
"types": [
"route"
]
},
{
"long_name": "Glarus Süd",
"short_name": "Glarus Süd",
"types": [
"locality",
"political"
]
},
{
"long_name": "Glarus",
"short_name": "Glarus",
"types": [
"administrative_area_level_2",
"political"
]
},
{
"long_name": "Glarus",
"short_name": "GL",
"types": [
"administrative_area_level_1",
"political"
]
},
{
"long_name": "Switzerland",
"short_name": "CH",
"types": [
"country",
"political"
]
},
{
"long_name": "8767",
"short_name": "8767",
"types": [
"postal_code"
]
}
"formatted_address": "Dorf 51, 8767 Elm, Switzerland",
It is not recommended to parse the formatted_address to retrieve "Elm". Is there another way to access it?