MotorcycleRouteSettingsLayout

fun MotorcycleRouteSettingsLayout(settingsRepository: NavigationSettingsRepository, theme: NavigationSettingsTheme = NavigationSettingsTheme.defaults())

Motorcycle 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 motorcycle route settings.

theme

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