rotateBy method
- ScreenCoordinate first,
- ScreenCoordinate second,
- MapAnimationOptions? mapAnimationOptions
Rotates the camera between two touch points.
Implementation
Future<void> rotateBy(
ScreenCoordinate first,
ScreenCoordinate second,
MapAnimationOptions? mapAnimationOptions,
) => _impl.rotateBy(first, second, mapAnimationOptions);