Google address autocomplete service is different from the normal Google address autocomplete that we have seen on many sites.
There could be many reasons on why one would prefer using Google address autocomplete service over the stock Google address autocomplete service.
For me the reason was, I had a vuetify based SPA and a PWA website built on Vue and Vuetify. I wanted to use Vuetify’s v-autocomplete component, and not the native input field that works with the stock Google address autocomplete.
Some of the differences between stock address autocomplete and the autocomplete service
There are quite a few steps more in comparison to the stock address autocomplete here.
Here we need to…