MCPcopy Create free account
hub / github.com/SuperMap/iClient-JavaScript / onRemove

Method onRemove

src/mapboxgl/overlay/DeckglLayer.js:125–128  ·  view source on GitHub ↗

* @function DeckglLayer.prototype.onRemove * @param {maplibregl.Map} map - MapLibreGL Map 对象。

()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

removeChildMethod · 0.80
getCanvasContainerMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected