vue-google-maps-ui icon indicating copy to clipboard operation
vue-google-maps-ui copied to clipboard

AutoCompleteOptions

Open jacquestrdx123 opened this issue 2 years ago • 0 comments

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'] }; }

jacquestrdx123 avatar Sep 14 '23 09:09 jacquestrdx123