xkjyeah / vue-google-maps

Google maps component for vue with 2-way data binding
https://xkjyeah.github.io/vue-google-maps/
1.88k stars 474 forks source link

Using Session Token For Auto Complete #751

Open recep-yildiz opened 3 years ago

recep-yildiz commented 3 years ago

I checked many of the issues, participants have same issue about auto-complete generally: "can not debouncing auto-complete requests"

To not fire request with every keyup we should use sessionToken according to Google APIs. How to achieve this with vue-google-maps. Can someone show the way and explain if it is possible?