Package-level declarations

Types

Link copied to clipboard
class CameraLocationProvider(    observeInitialLocation: ObserveInitialLocationUseCase,     observeEnhancedLocation: ObserveEnhancedLocationUseCase,     observeReverseDriveModeActive: ObserveReverseModeActiveUseCase,     cameraLocationBearingModifier: CameraLocationBearingModifier)
Link copied to clipboard
class FadingConfigRepository(val config: MutableStateFlow<FadingConfig?>)
Link copied to clipboard
class MapPuckLocationProvider(    locationRepository: LocationRepository,     observeReverseDriveModeActive: ObserveReverseModeActiveUseCase,     mapPuckLocationBearingModifier: MapPuckLocationBearingModifier) : LocationProvider

Implementation of LocationProvider that collects the data from LocationRepository as long as there are registered consumers.