Package-level declarations
Types
Link copied to clipboard
object BetterEvRouteType
Holds available EV route types for better route proposals.
Link copied to clipboard
Represent the driver notification data
Link copied to clipboard
typealias DriverNotificationUiComposer = @Composable (modifier: Modifier, state: DriverNotificationUiState) -> Unit
Link copied to clipboard
UI state for the driver notification popup.
Functions
Link copied to clipboard
fun DefaultDriverNotificationView(modifier: Modifier = Modifier, uiState: DriverNotificationUiState)