LocationSpeedRepository

class LocationSpeedRepository(locationRepository: LocationRepository, scope: CoroutineScope = MainScope()) : SpeedRepository

Constructors

Link copied to clipboard
constructor(locationRepository: LocationRepository, scope: CoroutineScope = MainScope())

Properties

Link copied to clipboard
open override val speed: StateFlow<Value<Speed>>