GpsQuality Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
GPS Quality indicator (from GGA message)
public enum GpsQuality
type GpsQuality =
Public Enum GpsQuality
- Inheritance
-
GpsQuality
Name | Value | Description |
---|---|---|
NoFix | 0 | No GPS fix available. This is an error situation. |
Fix | 1 | A position is available |
DifferentialFix | 2 | A differential GPS solution is available |
PpsFix | 3 | An improved fix is available |
RealTimeKinematic | 4 | Delivered by some receivers only |
FloatRtk | 5 | Delivered by some receivers only |
Estimated | 6 | There's no GPS signal available, but the position is extrapolated using other sensors |
Manual | 7 | The position was manually entered (i.e for a DSC capable marine VHF) |
Simulated | 8 | The position is simulated |
Product | Versions |
---|---|
.NET IoT Libraries | 2.1.0, 2.2.0 |