? ? ? ? ? ? ? ? ? ? ? ? ? ? _this.map.dragging.disable(); //地圖拖拽
? ? ? ? ? ? ? ? ? ? ? ? ? ? _this.map.doubleClickZoom.disable(); ?//禁止雙擊放大地圖
? ? ? ? ? ? ? ? ? ? ? ? ? ? _this.map.scrollWheelZoom.disable(); ?//禁止鼠標滑輪滾動放大縮小地圖? ?
? ? ? ? ? ? ? ? ? ??
? ? ? ? ? ? ? ? ? ? ? ? ? ? _this.map.dragging.enable(); ?//enable ?開啟
? ? ? ? ? ? ? ? ? ? ? ? ? ? _this.map.doubleClickZoom.enable()
? ? ? ? ? ? ? ? ? ? ? ? ? ? _this.map.scrollWheelZoom.enable();
? ? ? ? ? ??
?