LocationRepositoryImpl

Constructors

Link copied to clipboard
constructor(context: Application, locationManager: Lazy<LocationManager>, analytics: PlatformAnalytics, dispatchers: CoroutineDispatchers)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val receivingLocationUpdates: StateFlow<Boolean>

Functions

Link copied to clipboard
@RequiresPermission(anyOf = ["android.permission.ACCESS_COARSE_LOCATION", "android.permission.ACCESS_FINE_LOCATION"])
open override fun getLocations(): Flow<Location>

Observable flow for location updates