* @function MapvLayer.prototype.dragEvent * @description 鼠标拖动事件。
()
| 117 | * @description 鼠标拖动事件。 |
| 118 | */ |
| 119 | dragEvent() { |
| 120 | this.clear(this.getContext()); |
| 121 | } |
| 122 | |
| 123 | /** |
| 124 | * @function MapvLayer.prototype.zoomEvent |
nothing calls this directly
no test coverage detected