Skip to content

altitude, accuracy, angle #42

Open
@prabinshrestha

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions