javascript - How to use KeyDragZoom in GMAP3? -


my code not working:

$('#test1').gmap3({action:'get'}).enablekeydragzoom({     key: "shift",                 boxstyle: {               border: "thick dashed black",               backgroundcolor: "red",               opacity: 0.5             },             panestyle: {               backgroundcolor: "gray",               opacity: 0.2             }       }); 


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -