MadimetjaShika / vuetify-google-autocomplete

A Vuetify ready Vue.js autosuggest component for the Google Places API.

Home Page:https://madimetjashika.github.io/vuetify-google-autocomplete/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Component returns only streets

nwoodr94 opened this issue · comments

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

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