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

Method destroy

src/common/overlay/levelRenderer/Handler.js:645–654  ·  view source on GitHub ↗

* @function LevelRenderer.Handler.prototype.destroy * @description 销毁对象,释放资源。调用此函数后所有属性将被置为null。

()

Source from the content-addressed store, hash-verified

643 * @description 销毁对象,释放资源。调用此函数后所有属性将被置为null。
644 */
645 destroy() {
646 this.dispose();
647 this._lastX = null;
648 this._lastY = null;
649 this._mouseX = null;
650 this._mouseY = null;
651 this._findHover = null;
652
653 Eventful.prototype.destroy.apply(this, arguments);
654 }
655
656
657 /**

Callers

nothing calls this directly

Calls 1

disposeMethod · 0.95

Tested by

no test coverage detected