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

Method off

src/mapboxgl/overlay/FGBLayer.js:127–129  ·  view source on GitHub ↗

* @function FGBLayer.prototype.off

(type, listener)

Source from the content-addressed store, hash-verified

125 * @function FGBLayer.prototype.off
126 */
127 off(type, listener) {
128 this.map.off(type, this.layerId, listener);
129 }
130 /**
131 * @function FGBLayer.prototype.once
132 */

Callers 4

_clearEventsMethod · 0.45
unbindEventMethod · 0.45
_unbindEventMethod · 0.45
onRemoveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected