jbdemonte/gmap3

setOptions

Closed this issue · 1 comments

what is equal to this function of v4 in v7
$(foo).gmap3({
action: 'setOptions',args:[{mapTypeId:maptype,streetViewControl:false,disableDefaultUI:true}],
});

Ok sorry i got it
$( foo ).gmap3().get( 0 ).setOptions({mapTypeId: google.maps.MapTypeId.ROADMAP});