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

Method _zoomIn

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

Source from the content-addressed store, hash-verified

807
808 // convenience methods for zooming in and out
809 _zoomIn(delta) { return this.setMapParams(undefined, ~~this.zoom() + delta, undefined, 250); }
810 _zoomOut(delta) { return this.setMapParams(undefined, ~~this.zoom() - delta, undefined, 250); }
811
812 zoomIn() { return this._zoomIn(1); }

Callers 2

zoomInMethod · 0.95
zoomInFurtherMethod · 0.95

Calls 2

setMapParamsMethod · 0.95
zoomMethod · 0.95

Tested by

no test coverage detected