GpsQualityIndicators Enumeration | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
These flags describe which indicators of the quality of the GPS fix are currently in use.
Namespace:
Telogis.GeoBase.Navigation
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax [FlagsAttribute]
public enum GpsQualityIndicators
<FlagsAttribute>
Public Enumeration GpsQualityIndicators
Members
| Member name | Value | Description |
---|
| None | 0 |
No GPS fix.
|
| NumSats | 1 |
The number of satellites we have a lock on.
|
| Mode | 2 |
The type of the GPS fix.
|
| hdop | 4 |
Horizontal Dilution Of Precision.
|
| pdop | 8 |
Positional Dilution Of Precision.
|
| vdop | 16 |
Vertical Dilution Of Precision.
|
See Also