Assigned
Status Update
Comments
ca...@google.com <ca...@google.com>
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.
mu...@gmail.com <mu...@gmail.com> #3
I've transitioned from this team. Thanks!
ca...@google.com <ca...@google.com> #4
Thank you for the information.
We have logged this issue internally. Please note that we cannot give you any timelines, but you can star the issue to get notifications.
Description
----------------
Problem Search:
In the above API request, address entered is
1800 36TH ST APT 231, WEST DES MOINES, IA 50266, USA
But, in the geocoding response, we get a different address.
1800 E 36th St #231, Des Moines, IA 50317, USA
Please notice that in the returned address, the street and city are different from the input address.
/**/_xdc_._6wvxqu && _xdc_._6wvxqu( {
"results" :
[
{
"address_components" :
[
{
"long_name" : "231",
"short_name" : "231",
"types" :
[
"subpremise"
]
},
{
"long_name" : "1800",
"short_name" : "1800",
"types" :
[
"street_number"
]
},
{
"long_name" : "East 36th Street",
"short_name" : "E 36th St",
"types" :
[
"route"
]
},
{
"long_name" : "Gray's Woods",
"short_name" : "Gray's Woods",
"types" :
[
"neighborhood",
"political"
]
},
{
"long_name" : "Des Moines",
"short_name" : "Des Moines",
"types" :
[
"locality",
"political"
]
},
{
"long_name" : "Polk County",
"short_name" : "Polk County",
"types" :
[
"administrative_area_level_2",
"political"
]
},
{
"long_name" : "Iowa",
"short_name" : "IA",
"types" :
[
"administrative_area_level_1",
"political"
]
},
{
"long_name" : "United States",
"short_name" : "US",
"types" :
[
"country",
"political"
]
},
{
"long_name" : "50317",
"short_name" : "50317",
"types" :
[
"postal_code"
]
},
{
"long_name" : "6708",
"short_name" : "6708",
"types" :
[
"postal_code_suffix"
]
}
],
"formatted_address" : "1800 E 36th St #231, Des Moines, IA 50317, USA",
"geometry" :
{
"location" :
{
"lat" : 41.607809,
"lng" : -93.54605490000002
},
"location_type" : "RANGE_INTERPOLATED",
"viewport" :
{
"northeast" :
{
"lat" : 41.60915798029149,
"lng" : -93.54470591970852
},
"southwest" :
{
"lat" : 41.60646001970849,
"lng" : -93.54740388029153
}
}
},
"partial_match" : true,
"place_id" : "Ei4xODAwIEUgMzZ0aCBTdCAjMjMxLCBEZXMgTW9pbmVzLCBJQSA1MDMxNywgVVNBIjoaOAoxEi8KFAoSCQcwkh4il-6HEbR4tjFkj8sWEIgOKhQKEgndL6xNH5fuhxE6-x7-0s8X1hIDMjMx",
"types" :
[
"subpremise"
]
},
{
"address_components" :
[
{
"long_name" : "West Des Moines",
"short_name" : "West Des Moines",
"types" :
[
"locality",
"political"
]
},
{
"long_name" : "Polk County",
"short_name" : "Polk County",
"types" :
[
"administrative_area_level_2",
"political"
]
},
{
"long_name" : "Iowa",
"short_name" : "IA",
"types" :
[
"administrative_area_level_1",
"political"
]
},
{
"long_name" : "United States",
"short_name" : "US",
"types" :
[
"country",
"political"
]
}
],
"formatted_address" : "West Des Moines, IA, USA",
"geometry" :
{
"bounds" :
{
"northeast" :
{
"lat" : 41.6005028,
"lng" : -93.6981017
},
"southwest" :
{
"lat" : 41.4894156,
"lng" : -93.8481201
}
},
"location" :
{
"lat" : 41.5676962,
"lng" : -93.75658840000001
},
"location_type" : "APPROXIMATE",
"viewport" :
{
"northeast" :
{
"lat" : 41.6005028,
"lng" : -93.6981017
},
"southwest" :
{
"lat" : 41.4894156,
"lng" : -93.8481201
}
}
},
"partial_match" : true,
"place_id" : "ChIJHx6CW4of7IcRl4MK08CWiVM",
"types" :
[
"locality",
"political"
]
}
],
"status" : "OK"
} )