MadimetjaShika / vuetify-google-autocomplete

A Vuetify ready Vue.js autosuggest component for the Google Places API.
https://madimetjashika.github.io/vuetify-google-autocomplete/
MIT License
97 stars 53 forks source link

Component returns only streets #119

Closed nwoodr94 closed 3 years ago

nwoodr94 commented 3 years ago

The component forces only specific addresses, such as streets, rather than more general locations.

Expected: Houston, TX Actual: Houston Avenue, Takoma Park, MD

vueitfy-google-autocomplete
nwoodr94 commented 3 years ago

This is solved by utilizing the vue-google-autocomplete "types" property, e.g. types="(cities)"