Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/visgl/deck.gl
/ _removeOverlay
Method
_removeOverlay
test/modules/google-maps/mock-maps-api.ts:183–186 ·
view source on GitHub ↗
(overlay)
Source
from the content-addressed store, hash-verified
181
}
182
183
_removeOverlay(overlay) {
184
this._overlays.delete(overlay);
185
overlay.onRemove();
186
}
187
}
188
189
export
class
OverlayView {
Callers
2
setMap
Method · 0.80
setMap
Method · 0.80
Calls
2
delete
Method · 0.65
onRemove
Method · 0.65
Tested by
no test coverage detected