nextCameraMode

val nextCameraMode: StateFlow<CarCameraMode?>

Allow you to observe what the next camera mode will be. The navigation camera lets you toggle between the initialCarCameraMode and alternativeCarCameraMode.

For example, if your initial camera mode is CarCameraMode.FOLLOWING and the alternative camera mode is CarCameraMode.OVERVIEW; if the current mode is overview, the nextCameraMode is following.