MCPcopy 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

constructorMethod · 0.80

Calls 1

zoomMethod · 0.95

Tested by

no test coverage detected