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

Method zoomIn

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

Source from the content-addressed store, hash-verified

810 _zoomOut(delta) { return this.setMapParams(undefined, ~~this.zoom() - delta, undefined, 250); }
811
812 zoomIn() { return this._zoomIn(1); }
813 zoomInFurther() { return this._zoomIn(4); }
814 canZoomIn() { return this.zoom() < MAX_Z; }
815

Callers 1

MapSystem.Test.jsFile · 0.45

Calls 1

_zoomInMethod · 0.95

Tested by

no test coverage detected