google / google-api-javascript-client

Google APIs Client Library for browser JavaScript, aka gapi.
Apache License 2.0
3.21k stars 1.06k forks source link

Autocomplete return weird/inaccurate data for a specific place in Dubai #315

Closed akafaneh closed 7 years ago

akafaneh commented 7 years ago

I'm using google maps JS/JQ with autocomplete search bar, it was working fine but when I enter "Ice Hockey Tower, Falak Properties - Dubai - United Arab Emirates" and on the listener "google.maps.event.addListener(autocomplete, 'place_changed', function ()" i call the function "autocomplete.getPlace();" and from the returned object I always used "formatted_Address" and lat(), long() functions to get coordinations and it always return the expected data but in this place it returns only "Dubai - United Arab Emirates" in formatted_Address and inaccurate lat and lng. PS: I'm a developer in a shipping company so inaccuracy in coordinations get noticed fast. Thanks,

HDaghash commented 7 years ago

this is happening with me as well

asalem commented 7 years ago

i do have the same issue

TMSCH commented 7 years ago

@akafaneh this is an issue related to the Maps JS library, please head to the Support section of their doc to find guidance on how to resolve this issue.