PedestrianRouteSettingsLayout

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

Pedestrian route preferences screen.

Lets the user toggle avoidance of stairways, underpasses, and unpaved surfaces. Changes are persisted via settingsRepository and applied on the next route build.

Parameters

settingsRepository

Repository to read/write pedestrian route settings.

theme

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