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