vue-google-maps
vue-google-maps copied to clipboard
Is there a way to disable street view?
Is there an option for disabling street view for the map component?
Thanks in advance!
You can pass in streetViewControl
as false to disable it.
<GmapMap :center="{lat:52.1698798, lng:4.8822357}" :zoom="13" map-type-id="terrain" style="width: 600px; height: 350px; margin-left: auto;max-width:100%" :options="{ streetViewControl: false }" >