trackingMode
Identifies the position tracking mode of the camera.
See CameraTrackingMode.
The default value is CameraTrackingMode.None
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 or zoomToMarkers. The camera stays where it is, so an animation requested after the assignment starts from the pose on screen. A suspended animateCamera call is canceled, which cancels the coroutine that called it. Every other mode drives the camera itself, so assigning one leaves a running animation to finish or to be overtaken by the new mode.
This value is backed by MutableState.