MCPcopy Create free account
hub / github.com/facebook/Rapid / zoomInFurther

Method zoomInFurther

modules/core/MapSystem.js:813–813  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

811
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); }

Callers

nothing calls this directly

Calls 1

_zoomInMethod · 0.95

Tested by

no test coverage detected