Package-level declarations
Types
Link copied to clipboard
class CameraLocationProvider(observeInitialLocation: ObserveInitialLocationUseCase, observeEnhancedLocation: ObserveEnhancedLocationUseCase, observeReverseDriveModeActive: ObserveReverseModeActiveUseCase, cameraLocationBearingModifier: CameraLocationBearingModifier)
Link copied to clipboard
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.
Link copied to clipboard