easeTo method
Ease the map camera to a given camera options and animation options
Implementation
Future<void> easeTo(CameraOptions cameraOptions,
MapAnimationOptions? mapAnimationOptions) =>
_animationManager.easeTo(cameraOptions, mapAnimationOptions);