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

Method zoomEase

modules/core/MapSystem.js:826–826  ·  view source on GitHub ↗
(z2, duration = 250)

Source from the content-addressed store, hash-verified

824 centerZoomEase(loc2, z2, duration = 250) { return this.setMapParams(loc2, z2, undefined, duration); }
825 centerEase(loc2, duration = 250) { return this.setMapParams(loc2, undefined, undefined, duration); }
826 zoomEase(z2, duration = 250) { return this.setMapParams(undefined, z2, undefined, duration); }
827 fitEntitiesEase(entities, duration = 250) { return this.fitEntities(entities, duration); }
828
829

Callers

nothing calls this directly

Calls 1

setMapParamsMethod · 0.95

Tested by

no test coverage detected