LocationRepositoryImpl
class LocationRepositoryImpl(context: Application, locationManager: Lazy<LocationManager>, analytics: PlatformAnalytics, dispatchers: CoroutineDispatchers) : LocationRepository(source)
Constructors
Link copied to clipboard
constructor(context: Application, locationManager: Lazy<LocationManager>, analytics: PlatformAnalytics, dispatchers: CoroutineDispatchers)
Functions
Link copied to clipboard
@RequiresPermission(anyOf = ["android.permission.ACCESS_COARSE_LOCATION", "android.permission.ACCESS_FINE_LOCATION"] )
Observable flow for location updates