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

Method panEnd

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

* End panning * Must call if `panStart()` was called

()

Source from the content-addressed store, hash-verified

230 * Must call if `panStart()` was called
231 */
232 panEnd(): MapState {
233 return this._getUpdatedState({
234 startPanLngLat: null
235 });
236 }
237
238 /**
239 * Start rotating

Callers

nothing calls this directly

Calls 1

_getUpdatedStateMethod · 0.95

Tested by

no test coverage detected