Specifies the quality of the GPS fix.
| C# | Visual Basic |
[ObsoleteAttribute("Use InTheHand.Device.Location.GeoCoordinateWatcher", false)] public enum FixQuality
<ObsoleteAttribute("Use InTheHand.Device.Location.GeoCoordinateWatcher", _ False)> _ Public Enumeration FixQuality
| Member | Description |
|---|---|
| Unknown |
Quality of fix is unknown.
|
| Gps |
Fix uses information from GPS satellites only.
|
| Dgps |
Fix uses information from GPS satellites and also a differential GPS (DGPS) station.
|
| HasFlag |
Determines whether one or more bit fields are set in the current instance.
|