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

Method on

src/maplibregl/overlay/FGBLayer.js:125–127  ·  view source on GitHub ↗

* @function FGBLayer.prototype.on

(type, listener)

Source from the content-addressed store, hash-verified

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

Callers 8

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