CarRouteSettingsLayout

fun CarRouteSettingsLayout(settingsRepository: NavigationSettingsRepository, theme: NavigationSettingsTheme = NavigationSettingsTheme.defaults(), modifier: Modifier = Modifier)

Car route preferences screen.

Lets the user configure toll/unpaved avoidance and select the route type. Changes are persisted via settingsRepository and applied on the next route build.

Parameters

settingsRepository

Repository to read/write car route settings.

theme

Color and typography overrides; defaults to system dark-mode.

modifier

Modifier to be applied to the layout.