flyTo method

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

Fly the map camera to a given camera options.

Implementation

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