Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend location class with more data for higher-quality positioning advice #86

Open
avkonst opened this issue Apr 29, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@avkonst
Copy link

avkonst commented Apr 29, 2021

Lack of some of the location data attributes limits development of more advanced location-based apps (including mine).

I would like location class to be extended with the following data available on Android at least and anything what is possible on iOS:

The motivation for this request is to give applications access to more accuracy data. Since fused location data arrives from GNSS on-chip computation, it has got errors and it is important to know these errors (or degree of accuracy) to advice end-user how much to rely on these computations.

ElapsedNanos is absolutely necessary as the provided time field is in UTC and UTC time drifts due to Android's projection and leap seconds. ElapsedNanos are guaranteed to be monotonically increasing. time field does not guarantee this and time can jump backwards. elapsedRealtimeUncertaintyNanos is necessary to estimate an accuracy of the measured time field and ElapsedNanos.

satelitesCount is another piece of useful information which allows an application to filter out measurements with low count, for example, as these tend to be worse.

@Almoullim Almoullim added enhancement New feature or request help wanted Extra attention is needed labels Oct 27, 2021
@github-actions
Copy link

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

@github-actions github-actions bot added the stale label Jul 25, 2023
@Almoullim Almoullim removed the stale label Jul 26, 2023
@Almoullim Almoullim self-assigned this Jul 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants