flyTo method
Fly the map camera to a given camera options.
Implementation
Future<void> flyTo(CameraOptions cameraOptions,
MapAnimationOptions? mapAnimationOptions) =>
_animationManager.flyTo(cameraOptions, mapAnimationOptions);
Fly the map camera to a given camera options.
Future<void> flyTo(CameraOptions cameraOptions,
MapAnimationOptions? mapAnimationOptions) =>
_animationManager.flyTo(cameraOptions, mapAnimationOptions);