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

Method _clearEvents

src/mapboxgl/mapping/VideoMap.js:281–285  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

279 }
280
281 _clearEvents() {
282 MAP_EVENTS.forEach((eventName) => {
283 this.map.off(eventName, this._bindMapEventFn);
284 });
285 }
286
287 _bindMapEvent(e) {
288 if (e.lngLat) {

Callers

nothing calls this directly

Calls 2

forEachMethod · 0.80
offMethod · 0.45

Tested by

no test coverage detected