Enum GpsFixType
Operational quality based in the background noise RSSI.
public enum GpsFixType : byte
Fields
Combined = 6
Combined GNSS + dead reckoning solution.
DeadReckoning = 1
Dead reckoning only solution.
Differential2D = 4
Differential 2D solution.
Differential3D = 5
Differential 3D solution.
None = 0
No fix.
Standalone2D = 2
Standalone 2D solution.
Standalone3D = 3
Standalone 3D solution.
TimeOnly = 7
Time only solution.