sgruhier / jquery-addresspicker

JQuery UI widget : address autocomplete field by google maps V3 geocoding service
xilinus.com/jquery-addresspicker/demos/index.html
592 stars 221 forks source link

Places Autocomplete #5

Closed Radagaisus closed 12 years ago

Radagaisus commented 13 years ago

The google geocoder isn't meant to do auto complete. E.g. try to write Israel or Brooklyn and it will only suggest those after writing almost the full address. We switched from using it to a mix and match and added Google Places Autocomplete API: http://code.google.com/apis/maps/documentation/places/autocomplete.html

sgruhier commented 13 years ago

There is no magick, I just use google maps web service. Will be great if you can share your mixin with Google Places