MCPcopy
hub / github.com/visgl/deck.gl / zoomEnd

Method zoomEnd

modules/core/src/controllers/map-controller.ts:369–374  ·  view source on GitHub ↗

* End zooming * Must call if `zoomStart()` was called

()

Source from the content-addressed store, hash-verified

367 * Must call if `zoomStart()` was called
368 */
369 zoomEnd(): MapState {
370 return this._getUpdatedState({
371 startZoomLngLat: null,
372 startZoom: null
373 });
374 }
375
376 zoomIn(speed: number = 2): MapState {
377 return this._zoomFromCenter(speed);

Callers

nothing calls this directly

Calls 1

_getUpdatedStateMethod · 0.95

Tested by

no test coverage detected