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.

Constructors

Link copied to clipboard
constructor(isVisible: Boolean = false, maneuver: InstructionManeuver? = null, isLeftHandTraffic: Boolean = false, distanceMeters: Int? = null, roadName: String = "")

Properties

Link copied to clipboard
val distanceMeters: Int? = null
Link copied to clipboard
Link copied to clipboard
val isVisible: Boolean = false
Link copied to clipboard
val maneuver: InstructionManeuver? = null
Link copied to clipboard