MCPcopy
hub / github.com/visgl/deck.gl / setMap

Method setMap

test/modules/google-maps/mock-maps-api.ts:229–233  ·  view source on GitHub ↗
(map)

Source from the content-addressed store, hash-verified

227 }
228
229 setMap(map) {
230 this.map?._removeOverlay(this);
231 this.map = map;
232 map?._addOverlay(this);
233 }
234
235 getMap() {
236 return this.map;

Callers

nothing calls this directly

Calls 2

_removeOverlayMethod · 0.80
_addOverlayMethod · 0.80

Tested by

no test coverage detected