Package-level declarations

Types

Link copied to clipboard
class NavigationStateUpdaterImpl(context: Context, observeNavigationStateUseCase: ObserveNavigationStateUseCase, observe3DMapSettingUseCase: Observe3DMapSettingUseCase, observeSatelliteModeSettingUseCase: ObserveSatelliteModeSettingUseCase) : NavigationStateUpdater
Link copied to clipboard
data class NavState(val activeGuidance: Boolean = false, val route: String = "", val points: List<DestinationPoint> = emptyList())