How can i modify a V3 map\'s mapOptions (after the initial map has been loaded)?
Specifically, I would like to be able to flip the
draggable: false
Google Maps JavaScript API V3.25 update
Note that map.set() does not work in newer versions of Maps API. You have to use map.setOptions()
map.set()
map.setOptions()
Source: Google Maps Reference