GpsQuality Structure |
Namespace: Telogis.GeoBase.Navigation
The GpsQuality type exposes the following members.
Name | Description | |
---|---|---|
Equals |
Compares two GpsQuality structures for equality.
(Overrides ValueTypeEquals(Object).) | |
GetHashCode |
Returns a unique hash code for this GpsQuality structure.
(Overrides ValueTypeGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Name | Description | |
---|---|---|
hdop |
Horizontal Dilution Of Precision.
| |
indicators |
Flags to indicate which values are currently recorded and
available for use.
| |
Mode |
The type of the GPS fix.
| |
NumSats |
The number of satellites that we have a lock on.
| |
pdop |
Positional Dilution Of Precision.
| |
vdop |
Vertical Dilution Of Precision.
|