easeTo abstract method

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

Animates the camera to cameraOptions using an ease animation.

Implementation

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