Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/facebook/Rapid
/ canZoomIn
Method
canZoomIn
modules/core/MapSystem.js:814–814 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
812
zoomIn() {
return
this._zoomIn(1); }
813
zoomInFurther() {
return
this._zoomIn(4); }
814
canZoomIn() {
return
this.zoom() < MAX_Z; }
815
816
zoomOut() {
return
this._zoomOut(1); }
817
zoomOutFurther() {
return
this._zoomOut(4); }
Callers
1
constructor
Method · 0.80
Calls
1
zoom
Method · 0.95
Tested by
no test coverage detected