AndroidLocationProvider

class AndroidLocationProvider(context: Context) : LocationProvider

Constructors

Link copied to clipboard
constructor(context: Context)

Properties

Link copied to clipboard
var filteredLocationFlow: StateFlow<SoundscapeLocation?>
Link copied to clipboard
var locationFlow: StateFlow<SoundscapeLocation?>
Link copied to clipboard
val mutableFilteredLocationFlow: MutableStateFlow<SoundscapeLocation?>
Link copied to clipboard
val mutableLocationFlow: MutableStateFlow<SoundscapeLocation?>

Functions

Link copied to clipboard
open override fun destroy()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun start(accuracy: Accuracy)
Link copied to clipboard
open fun updateLocation(newLocation: SoundscapeLocation)