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

Method canZoomOut

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

Source from the content-addressed store, hash-verified

816 zoomOut() { return this._zoomOut(1); }
817 zoomOutFurther() { return this._zoomOut(4); }
818 canZoomOut() { return this.zoom() > MIN_Z; }
819
820 centerZoom(loc2, z2, duration = 0) { return this.setMapParams(loc2, z2, undefined, duration); }
821

Callers 1

constructorMethod · 0.80

Calls 1

zoomMethod · 0.95

Tested by

no test coverage detected