easeTo method
- CameraOptions cameraOptions,
- MapAnimationOptions? mapAnimationOptions
Animates the camera to cameraOptions using an ease animation.
Implementation
Future<void> easeTo(
CameraOptions cameraOptions,
MapAnimationOptions? mapAnimationOptions,
) => _impl.easeTo(cameraOptions, mapAnimationOptions);