MCPcopy Index your code
hub / github.com/SuperMap/iClient-JavaScript / remove

Method remove

src/common/overlay/l7/L7LayerBase.js:242–244  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

240 }
241
242 remove() {
243 this.scene && this.scene.removeLayer(this.l7layer);
244 }
245 onRemove() {
246 this.cancelAnimationFrame();
247 this.scene && this.scene.removeLayer(this.l7layer);

Callers

nothing calls this directly

Calls 1

removeLayerMethod · 0.45

Tested by

no test coverage detected