vuetify-google-autocomplete
vuetify-google-autocomplete copied to clipboard
Ability to add custom options in setupGoogle method
I would like to add custom options e.g. bounds
and strictBounds
to the autocomplete options.
As far as I can see, you can only set up location
, fields
and type
.
Any way I can add custom options without changing the core?
Any news about this?
I need to set a bounds restrict for fetching only results of a determined city.
For example:
:options="{
location: { lat: -23.616075, lng: -46.628095 },
radius: 5000,
strictBounds: true
}"