flyTo abstract method
- CameraOptions cameraOptions,
- MapAnimationOptions? mapAnimationOptions
Animates the camera to cameraOptions using a fly animation.
Implementation
Future<void> flyTo(
CameraOptions cameraOptions,
MapAnimationOptions? mapAnimationOptions,
);