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

Google Map Component For Vue 3

Results 4 vue-google-maps-ui issues
Sort by recently updated
recently updated
newest added

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?