vue-google-maps-ui
vue-google-maps-ui copied to clipboard
Google Map Component For Vue 3
User can't able to set satellite view.
User can set satellite view using mapTypeId Related #4
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',...
Trying to use drawingControlOptions to pass through the zoom prop to change the default zoom however this doesnt work. Is drawingControlOptions working?