moveBy method
Move the map by a given screen coordinate with optional animation.
Implementation
Future<void> moveBy(ScreenCoordinate screenCoordinate,
MapAnimationOptions? mapAnimationOptions) =>
_animationManager.moveBy(screenCoordinate, mapAnimationOptions);