You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 15, 2024. It is now read-only.
verticalAccuracy When this property contains 0 or a positive number, the value in the altitude property is plus or minus the specified number of meters. When this property contains a negative number, the value in the altitude property is invalid.
From iOS Doc https://developer.apple.com/documentation/corelocation/cllocation/1423550-verticalaccuracy
However I don't see the code accounting for this:
Essentials/Xamarin.Essentials/Types/LocationExtensions.ios.cs
Line 28 in 37bb821
Instead a check for negative vertical accuracy, then set altitude to
null.This could mean a user could get an incorrect altitude, when altitude isn't available.