Package-level declarations

Types

Link copied to clipboard
abstract class FormattedStepDistance

Represents the formatted distance to the next maneuver.

Link copied to clipboard
typealias ManeuverUiComposer = @Composable (modifier: Modifier, state: ManeuverUiState?) -> Unit
Link copied to clipboard

Represents the state of a maneuver.

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

Represents the state of upcoming maneuvers.

Functions

Link copied to clipboard
@Composable
fun DefaultManeuverView(modifier: Modifier = Modifier, state: ManeuverUiState?)
Link copied to clipboard
@Composable
fun DefaultUpcomingManeuversView(modifier: Modifier, state: UpcomingManeuversUiState)