tm4321 / jquery.geocomplete

A simple plugin for Google Maps Autocomplete.
http://projects.trentmentink.com/jquery_geocomplete/
MIT License
16 stars 8 forks source link

Implementing Autocomplete per request mode with jquery.geocomplete #12

Open leoperego opened 4 years ago

leoperego commented 4 years ago

Hello guys,

I'm migrating from unsupported version of jquery.geocomplete, to your version, and im figuring out how to implement Autocomplete mode per Request, also to limitate on how many character to start the autocompletion and reduce billing costs.

Thanks in advance!

tm4321 commented 4 years ago

Hi tatunga23,

Unfortunately those features haven't been developed yet as Google hasn't provided anything of that nature from their Autocomplete API.

The only way I see that working is to create your own Autocomplete class that is actually a wrapper for the Autocomplete Service. I haven't really looked into this but I'd assume it would take a fair amount of work

leoperego commented 4 years ago

Thank you Trent!