scaleBy method
Future<void>
scaleBy(
- double amount,
- ScreenCoordinate? screenCoordinate,
- MapAnimationOptions? mapAnimationOptions
Scale the map by with optional animation.
Implementation
Future<void> scaleBy(double amount, ScreenCoordinate? screenCoordinate,
MapAnimationOptions? mapAnimationOptions) =>
_animationManager.scaleBy(amount, screenCoordinate, mapAnimationOptions);