Enum NmeaFixType
The list of NMEA fix types.
Namespace: Esri.ArcGISRuntime.Location
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum NmeaFixType
Remarks
Indicates the type of signal or technique being used by the GPS receiver to determine its location. For example, it indicates the quality of the signal, or the accuracy and reliability of the location being reported. The fix type is determined by the receiver based on number of satellites visible, the type of GPS receiver and the GPS technology being used.
Fields
Name | Description |
---|---|
Dgps | A differential GPS fix type, which indicates that a Differential GPS is being used to provide increased accuracy over SPS. This technique uses a network of fixed ground based reference stations to broadcast the difference between the positions indicated by the satellite systems and the known fixed positions. |
Estimated | An estimated GPS fix type, which is the determination of a location based on computations of position given an accurately known point of origin and measurements of speed, heading and elapsed time. |
Frtk | A float real time kinematic GPS fix type, which is very similar to the fixed RTK (Rtk) method of calculating location, but is not as precise, typically around 20 cm to 1 meter accuracy range. |
Invalid | An invalid GPS fix type, which indicates that there is no satellite signal being received or there are not enough satellites available for proper location determination. |
Manual | A manual input mode GPS fix type, which indicates that the location has been manually entered into the GPS receiver, and is not based on the satellite system. |
Pps | A PPS GPS fix type, which indicates that Precise Positioning System, encrypted for government use is being used by the receiver. PPS is the most accurate positioning, velocity, and timing information continuously available, worldwide, from the basic GPS. |
Rtk | A real time kinematic GPS fix type, which is a technique used in land survey based on the use of carrier phase measurements of the GPS signals where a single reference station provides the real-time corrections of even to a centimeter level of accuracy. |
Simulation | A simulation mode GPS fix type. |
Standard | A standard GPS fix type, which indicates a standard GPS signal, or that Standard Positioning Service (SPS) is being used. SPS is the standard specified level of positioning and timing accuracy that is available, without qualification or restrictions, to any user on a continuous worldwide basis. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.10 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.10 - 200.5 |
Xamarin.Android | 100.10 - 100.15 |
Xamarin.iOS | 100.10 - 100.15 |
UWP | 100.10 - 200.5 |