* @function DeckglLayer.prototype.onRemove * @param {maplibregl.Map} map - MapLibreGL Map 对象。
()
| 123 | * @param {maplibregl.Map} map - MapLibreGL Map 对象。 |
| 124 | */ |
| 125 | onRemove() { |
| 126 | this.map.getCanvasContainer().removeChild(this.canvas); |
| 127 | this.clear(); |
| 128 | } |
| 129 | |
| 130 | /** |
| 131 | * @function DeckglLayer.prototype.getMapInfo |
nothing calls this directly
no test coverage detected