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

Method onRemove

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

Source from the content-addressed store, hash-verified

243 this.scene && this.scene.removeLayer(this.l7layer);
244 }
245 onRemove() {
246 this.cancelAnimationFrame();
247 this.scene && this.scene.removeLayer(this.l7layer);
248 }
249 cancelAnimationFrame() {
250 this.requestAnimationFrameId && window.cancelAnimationFrame(this.requestAnimationFrameId);
251 this.animateStatus = false;

Callers

nothing calls this directly

Calls 2

cancelAnimationFrameMethod · 0.95
removeLayerMethod · 0.45

Tested by

no test coverage detected