tags:

views:

11

answers:

1

Is there a good example of a jQuery autocomplete location-search plugin or something like that out there?

A: 

I think you'll need to combine one of existing autocomplete plugins with Google Maps Javascript API or Local Search API (depending on what exactly you need). Google also provides input controls for those APIs, but I never used any of them.

In any case, if you find a suitable geocoding API, gluing it to autocomplete form should be trivial.

Nikita Rybak