Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/SuperMap/iClient-JavaScript
/ zoomStartEvent
Method
zoomStartEvent
src/mapboxgl/overlay/theme/ThemeLayer.js:516–522 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
514
}
515
516
zoomStartEvent() {
517
if
(this.loadWhileAnimating || !this.visibility) {
518
return
;
519
}
520
this.zooming = true;
521
this._hide();
522
}
523
524
zoomEndEvent() {
525
if
(this.loadWhileAnimating || !this.visibility) {
Callers
nothing calls this directly
Calls
1
_hide
Method · 0.95
Tested by
no test coverage detected