ArcGIS Runtime SDK for WPF - Library Reference
FixStatus Enumeration
See Also 
ESRI.ArcGIS.Client.Local.Gps Namespace : FixStatus Enumeration

Fix quality of a position based on the quality indicator in a GGA NMEA sentence.

Syntax

Visual Basic (Declaration) 
Public Enum FixStatus 
   Inherits System.Enum
C# 
public enum FixStatus : System.Enum 

Remarks

The fix status indicates the type of signal or technique being used by the GPS receiver to determine its location. The fix status is important for the GPS consumer, as it indicates the quality of the signal, or the accuracy and reliability of the location being reported. The GPS receiver includes the fix status with the NMEA sentence broadcast

Members

MemberDescription
DifferentialGpsFixDifferential Gps fix.
EstimatedEstimated fix.
FloatRealTimeKinematicFloat Real Time Kinematic (Float RTK) fix.
GpsFixGps fix.
InvalidInvalid Gps fix.
ManualInputModeManual fix.
PrecisePositioningServiceFixPrecise Positioning Service Fix.
RealTimeKinematicReal Time Kinematic (RTK) fix.
SimulationModeSimulated fix.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.Client.Local.Gps.FixStatus

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.