Vue Google Autocomplete

A Vue.js (2.x) autosuggest component for the Google Maps Places API.

Benefits

I have tried to use different Vue Google Autocomplete components, but did not find any that would solve my needs. So below I would like to mention what you can get from this exact component:

Load more than one autocompletion inputs (I could not achieve this with existing vue components)
Getting geolocation data (latitude, longitude) for found address object along with other address data (country, city, state, street, house number, zip code). So no need to do additional geocode request on backend side.
No external dependencies
You can get access to underlying PlaceResult object to get more details about found location.
You can limit results to specific country or use users geolocation data

Live Demo

https://olefirenko.github.io/vue-google-autocomplete/

GitHub