easeTo method

Future<void> easeTo(
  1. CameraOptions cameraOptions,
  2. MapAnimationOptions? mapAnimationOptions
)

Ease the map camera to a given camera options and animation options

Implementation

Future<void> easeTo(CameraOptions cameraOptions,
        MapAnimationOptions? mapAnimationOptions) =>
    _animationManager.easeTo(cameraOptions, mapAnimationOptions);