scaleBy abstract method
- double amount,
- ScreenCoordinate? anchor,
- MapAnimationOptions? mapAnimationOptions
Scales the camera by amount around an optional anchor point.
Implementation
Future<void> scaleBy(
double amount,
ScreenCoordinate? anchor,
MapAnimationOptions? mapAnimationOptions,
);