NextManeuverUiState
data class NextManeuverUiState(val isVisible: Boolean = false, val maneuver: InstructionManeuver? = null, val isLeftHandTraffic: Boolean = false, val distanceMeters: Int? = null, val roadName: String = "")
UI state for the upcoming (next) maneuver displayed to the user.