moveBy abstract method

Future<void> moveBy(
  1. ScreenCoordinate screenCoordinate,
  2. MapAnimationOptions? mapAnimationOptions
)

Moves the camera by a screenCoordinate offset.

Implementation

Future<void> moveBy(
  ScreenCoordinate screenCoordinate,
  MapAnimationOptions? mapAnimationOptions,
);