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:196–200 ·
view source on GitHub ↗
(map)
Source
from the content-addressed store, hash-verified
194
}
195
196
setMap(map) {
197
this.map?._removeOverlay(this);
198
this.map = map;
199
map?._addOverlay(this);
200
}
201
202
getMap() {
203
return
this.map;
Callers
7
google-maps-overlay.spec.ts
File · 0.45
GoogleMapsDeckOverlay
Function · 0.45
mount
Function · 0.45
componentDidMount
Method · 0.45
DeckGLOverlay
Function · 0.45
app.js
File · 0.45
renderToDOM
Function · 0.45
Calls
2
_removeOverlay
Method · 0.80
_addOverlay
Method · 0.80
Tested by
no test coverage detected