cameraTrackingMode

The current CameraTrackingMode.

Assigning CameraTrackingMode.None over another mode stops any camera movement that is still in progress, both a transition started by the previous mode and an animation started with animateCamera. The camera stays where it is, and a pending AnimateCameraCallback is notified through AnimateCameraCallback.onCancelled. Every other mode drives the camera itself, so assigning one leaves a running animation to finish or to be overtaken by the new mode. Assigning the mode that is already applied changes nothing.