ArcGIS Runtime SDK for iOS: AGSNMEALocation.h File Reference
ArcGIS Runtime SDK for iOS  100.15
AGSNMEALocation.h File Reference

Go to the source code of this file.

Enumerations

enum  AGSNMEAAccuracyType { AGSNMEAAccuracyTypeGST = 0 , AGSNMEAAccuracyTypeGSA = 1 , AGSNMEAAccuracyTypeGGA = 2 }
 
enum  AGSNMEAFixType {
  AGSNMEAFixTypeInvalid = 0 , AGSNMEAFixTypeStandard = 1 , AGSNMEAFixTypeDGPS = 2 , AGSNMEAFixTypePPS = 3 ,
  AGSNMEAFixTypeRTK = 4 , AGSNMEAFixTypeFRTK = 5 , AGSNMEAFixTypeEstimated = 6 , AGSNMEAFixTypeManual = 7 ,
  AGSNMEAFixTypeSimulation = 8
}
 

Enumeration Type Documentation

◆ AGSNMEAAccuracyType

The list of NMEA accuracy types.

See also
AGSNMEALocation::accuracyType
Since
100.10
Enumerator
AGSNMEAAccuracyTypeGST 

An accuracy calculated from GST (pseudo-range error statistics) message.

AGSNMEAAccuracyTypeGSA 

An accuracy calculated from GSA (DOP and active satellites) message.

AGSNMEAAccuracyTypeGGA 

An accuracy calculated from GGA (time, position, and fix-related data) message.

◆ AGSNMEAFixType

The list of NMEA fix types.

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.

See also
AGSNMEALocation::fixType
Since
100.10
Enumerator
AGSNMEAFixTypeInvalid 

An invalid GPS fix type. Indicates that there is no satellite signal being received or there are not enough satellites available for proper location determination.

AGSNMEAFixTypeStandard 

A standard GPS fix type. Indicates a standard GPS signal, or 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.

AGSNMEAFixTypeDGPS 

A differential GPS fix type. Indicates that 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.

AGSNMEAFixTypePPS 

A PPS GPS fix type. 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.

AGSNMEAFixTypeRTK 

A real time kinematic GPS fix type. 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.

AGSNMEAFixTypeFRTK 

A float real time kinematic GPS fix type. The type is very similar to the fixed RTK (AGSNMEAFixTypeRTK) method of calculating location, but is not as precise, typically around 20 cm to 1 meter accuracy range.

AGSNMEAFixTypeEstimated 

An estimated GPS fix type. The type 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.

AGSNMEAFixTypeManual 

A manual input mode GPS fix type. Indicates that the location has been manually entered into the GPS receiver, and is not based on the satellite system.

AGSNMEAFixTypeSimulation 

A simulation mode GPS fix type.