* @function MapvLayer.prototype.zoomEvent * @description 缩放事件。
()
| 125 | * @description 缩放事件。 |
| 126 | */ |
| 127 | zoomEvent() { |
| 128 | this.clear(this.getContext()); |
| 129 | } |
| 130 | /** |
| 131 | * @function MapvLayer.prototype.sizeEvent |
| 132 | * @description 地图窗口大小发生变化时触发。 |
nothing calls this directly
no test coverage detected