Class Gga
Global Positioning System Fix Data
Inherited Members
Namespace: NmeaParser.Messages
Assembly: NmeaParser.dll
Syntax
[NmeaMessageType("--GGA")]
public class Gga : NmeaMessage, IEquatable<NmeaMessage>, ITimestampedMessage, IGeographicLocation
Remarks
This sentence is designed for use only with the GP
Talker ID for U.S. Global Positioning System. All Global Satellite System receivers,
invcluding GPS, should use the Gns sentence in new equipment designs.
Constructors
Name | Description |
---|---|
Gga(string, string[]) | Initializes a new instance of the Gga class. |
Properties
Name | Description |
---|---|
Altitude | Altitude |
AltitudeUnits | Altitude units ('M' for Meters) |
DgpsStationId | Differential Reference Station ID |
FixTime | Time of day fix was taken |
GeoidalSeparation | Geoidal separation: the difference between the WGS-84 earth ellipsoid surface and mean-sea-level (geoid) surface. |
GeoidalSeparationUnits | Altitude units ('M' for Meters) |
Hdop | Horizontal Dilution of Precision |
Latitude | Latitude |
Longitude | Longitude |
NumberOfSatellites | Number of satellites being tracked |
Quality | Fix Quality |
TimeSinceLastDgpsUpdate | Time since last DGPS update (ie age of the differential GPS data) |
Applies
Target | Versions |
---|---|
.NET Standard 2.0 | main, v3.0, v2.2, v2.1, v2.0 |
.NET | main, v3.0 |
.NET Windows | main, v3.0 |
.NET Android | main, v3.0 |
.NET iOS | main, v3.0 |
.NET Framework | main, v3.0, v2.2, v2.1, v2.0 |
UWP | main, v3.0, v2.2, v2.1, v2.0 |
Xamarin.Android | v2.2, v2.1, v2.0 |
Xamarin.iOS | v2.2, v2.1, v2.0 |