Skip to content

gclue-location: Don't add any GPS locations if the GGA sentence doesn't show a fix

Chris T requested to merge kop316/geoclue:wip/fix_gps_fix into master

The GGA sentence only depend son hdop for accuracy, but this can be problematic, as the HDOP can read small but give an invalid fix. This will fix that to only return a valid sentence if the fix is valid.

Merge request reports