Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
_removeOverlay
Method · 0.80
_addOverlay
Method · 0.80
Tested by
no test coverage detected