Status Update
Comments
yu...@gmail.com <yu...@gmail.com> #2
Lat/Lng on 40 Elm St, Greater Sudbury, ON P3C 1S8 should be @46.4937461,-80.9972937
But it was parsed to:@46.5823352,-81.1975977 which is on 40 Elm St, Chelmsford, ON P0M 1L0
Both addresses show correct lat/lng on maps.google.com on the map.
ra...@google.com <ra...@google.com> #3
We are checking this issue internally.
yu...@gmail.com <yu...@gmail.com> #4
So I had some test, to search distance between address '40 elm street, sudbury ON P3C 1S8, Canada' and '72 Shelley Dr, Greater Sudbury, ON P3A 2S5, Canada'
Distance_matrix api returns
{'searchAddresses': {'origin': '40 elm street, sudbury ON P3C 1S8, Canada', 'destination': '72 Shelley Dr, Greater Sudbury, ON P3A 2S5, Canada'}, 'googleResult': {'destination_addresses': ['72 Shelley Dr, Greater Sudbury, ON P3A 2S5, Canada'], 'origin_addresses': ['40 Elm St, Chelmsford, ON P0M 1L0, Canada'], 'rows': [{'elements': [{'distance': {'text': '27.4 km', 'value': 27442}, 'duration': {'text': '23 mins', 'value': 1384}, 'status': 'OK'}]}], 'status': 'OK'}, 'distance': {'distance': 27.4, 'distance_units': 'KM', 'duration_units': 'Minutes', 'duration': 23.0, 'description': '27.4KM - driving Est. 23 Minutes'}}
You will see the original address '40 elm street, sudbury ON P3C 1S8, Canada' was changed to '40 Elm St, Chelmsford, ON P0M 1L0, Canada'
I suspected distance_matrix mixed these two address, same street, but different location. For your reference, 'Chelmsford' is a small town in 'Greater Sudbury', that might be the reason it messes since the other address is in 'Sudbury'.
I appreciate if you can help fix that asap. Our client's app can't work because of this issue.
Merry Christmas and happy new year.
mi...@google.com <mi...@google.com> #5
These two locations are
(the address returned by the API)40 Elm St, Chelmsford, ON P0M 1L0 (the postal code in the original query)Sudbury, ON P3C 1S8
Both locations appear to be good matches for the original query (40 elm street, sudbury ON P3C 1S8) and are well within the boundaries of Chelmsford.
If the issue is that the address of
Description
#IMPORTANT: If your production system or service is down file a Severity 1 support case at console.cloud.google.com/google/maps-apis
===========================================================================================
#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, visithttps://en.wikipedia.org/wiki/Personal_data
===========================================================================================
Issue report
IMPORTANT: If you are seeing an incorrect location from the geocoder, please go tohttp://maps.google.com and enter your query there, and then
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 usinghttp://maps.google.com , then please
include a link with your geocoding request, or to a webpage demonstrating
the issue.
################################################################################################### Hello, the address '40 Elm St, Greater Sudbury, ON P3C 1S8', when using gecode to parse the lat/lng or using distance_matrix, I believe it was parsed to '40 Elm St, Chelmsford, ON P0M 1L0'.
Chelmsford is a small town in Sudbury, but has same street 'elm'. I believe all addresses on elm street in Sudbury were parsed to addresses on elm street in 'Chemsfer', that's almost 20KM far away.
Can someone fix that?