vue-google-maps-ui
vue-google-maps-ui copied to clipboard
AutoCompleteOptions
Hi Is there a way to change the array for autocomplete options, as I want to use Google to standardize inputs of street addresses
autoCompleteOptions() { return { fields: ['name', 'geometry', 'formatted_address', 'place_id'], strictBounds: true, types: ['establishment'] }; }