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
Post a Comment