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

Add support for MslAltitudeMeters in Essentials Geolocation on Android #27554

Open
cschwarz opened this issue Feb 4, 2025 · 0 comments · May be fixed by #27579
Open

Add support for MslAltitudeMeters in Essentials Geolocation on Android #27554

cschwarz opened this issue Feb 4, 2025 · 0 comments · May be fixed by #27579
Labels
area-essentials Essentials: Device, Display, Connectivity, Secure Storage, Sensors, App Info good first issue Good for newcomers proposal/open t/enhancement ☀️ New feature or request
Milestone

Comments

@cschwarz
Copy link
Contributor

cschwarz commented Feb 4, 2025

Description

In API Level 34 Google introduced https://developer.android.com/reference/android/location/Location#getMslAltitudeMeters().
If available it should be used as altitude source to get consistent results on all platforms.

Public API Changes

Should be either the new default for Android or an option in GeolocationRequest and GeolocationListeningRequest.

Intended Use-Case

This change would make getting GPS altitude consistent on all platforms without manually correcting it.

@jsuarezruiz jsuarezruiz added the area-essentials Essentials: Device, Display, Connectivity, Secure Storage, Sensors, App Info label Feb 4, 2025
@jfversluis jfversluis added t/enhancement ☀️ New feature or request good first issue Good for newcomers labels Feb 4, 2025
@jfversluis jfversluis added this to the Backlog milestone Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-essentials Essentials: Device, Display, Connectivity, Secure Storage, Sensors, App Info good first issue Good for newcomers proposal/open t/enhancement ☀️ New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants