moveBy method
- ScreenCoordinate screenCoordinate,
- MapAnimationOptions? mapAnimationOptions
Moves the camera by a screenCoordinate offset.
Implementation
Future<void> moveBy(
ScreenCoordinate screenCoordinate,
MapAnimationOptions? mapAnimationOptions,
) => _impl.moveBy(screenCoordinate, mapAnimationOptions);