moko-geo icon indicating copy to clipboard operation
moko-geo copied to clipboard

altitude, accuracy, angle

Open prabinshrestha opened this issue 1 year ago • 0 comments

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.

prabinshrestha avatar Feb 14 '24 11:02 prabinshrestha