Package-level declarations

Types

Link copied to clipboard
typealias EndActiveGuidanceUiComposer = @Composable (modifier: Modifier, state: EndActiveGuidanceUiState) -> Unit
Link copied to clipboard

Represents the UI state for the end active guidance view.

Link copied to clipboard
typealias TripSummaryUiComposer = @Composable (modifier: Modifier, state: TripSummaryUiState) -> Unit
Link copied to clipboard

UI state for the trip summary card.

Functions

Link copied to clipboard
@Composable
fun DefaultEndActiveGuidanceView(modifier: Modifier, state: EndActiveGuidanceUiState)
Link copied to clipboard
@Composable
fun DefaultTripSummary(modifier: Modifier = Modifier, state: TripSummaryUiState)