Note that there are some explanatory texts on larger screens.

plurals
  1. POgoogle.maps.places.Autocomplete does not return some correct establishment addresses
    primarykey
    data
    text
    <p>The Google places (<em>google.maps.places.Autocomplete</em>) class that is available to use by linking an input box into a drop down list to display addresses from is causing me trouble when searching for establishments</p> <p>I can generate this issue on the Google example page as well at:</p> <p><a href="https://google-developers.appspot.com/maps/documentation/javascript/examples/places-autocomplete" rel="nofollow">google places example</a></p> <p>I use this feature in my code much like the example above by including a reference to the places API:</p> <pre><code> &lt;script src="//maps.googleapis.com/maps/api/js?sensor=false&amp;libraries=places" type="text/javascript"&gt;&lt;/script&gt; </code></pre> <p>The problem seems to be mainly around [Establishments]. But not just any establishments. It only occurs on some now and again.</p> <p>The one I have particular issue with at the moment is when I type in the Name <strong>United campervan rentals</strong>, and select the resulting drop-down. The address that is returned in the autocomplete.getPlace() command is not address I would expect. The address returned is the middle of the bounds set when creating the autocomplete object. </p> <p>However as per maps.google.co.nz, I an expecting an address of <strong>3 Kingsford Smith Place</strong>.</p> <p>I've tried it in a number of browsers including IE 8, 9, Chrome, FF 3.6. All produce the same result. I've also tried at different times of the day and the same result.</p> <p>I had posted this on the Google API forum but read an article that they are moving their Q&amp;A to SO, so as long as I add the appropriate tags someone may be able to offer some sort of insight. I'm really hoping this is the case. Cheers.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload