Open
Description
Currently we are using your library. In our app we need functionality to get
altitude, accuracy, angle
screenModelScope.launch {
locationTracker?.getLocationsFlow()?.distinctUntilChanged()?.collect {
AppLogger.log("new location: $it.")
state.value.latitude = it.latitude
state.value.longitude = it.longitude
}
}
How can we do that.Does this functionality exist or not? Please do update as soon as possible. If not, we then have to move on to next library thanks. Since this seems great library for multiplatform, we don't want to switch.
Metadata
Assignees
Labels
No labels