panStart method

  1. @JSExport()
JSPromise<JSAny?> panStart(
  1. double x,
  2. double y
)

Implementation

@JSExport()
JSPromise panStart(double x, double y) => viewer.panStart(x, y).toJS;