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

Method on

src/mapboxgl/overlay/FGBLayer.js:121–123  ·  view source on GitHub ↗

* @function FGBLayer.prototype.on

(type, listener)

Source from the content-addressed store, hash-verified

119 * @function FGBLayer.prototype.on
120 */
121 on(type, listener) {
122 this.map.on(type, this.layerId, listener);
123 }
124 /**
125 * @function FGBLayer.prototype.off
126 */

Callers 11

initMapFunction · 0.45
_createMapMethod · 0.45
_bindEventsMethod · 0.45
constructorMethod · 0.45
onAddMethod · 0.45
L7Layer.jsFile · 0.45
bindEventMethod · 0.45
createGraphMapMethod · 0.45
onAddMethod · 0.45
_bindEventMethod · 0.45
onAddMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected