Class Gll
Geographic position, latitude / longitude.
Inherited Members
Namespace: NmeaParser.Messages
Assembly: NmeaParser.dll
Syntax
[NmeaMessageType("--GLL")]
public class Gll : NmeaMessage, IEquatable<NmeaMessage>, ITimestampedMessage, IGeographicLocation
Remarks
Latitude and Longitude of vessel position, time of position fix and status.
Constructors
Name | Description |
---|---|
Gll(string, string[]) | Initializes a new instance of the Gll class. |
Properties
Name | Description |
---|---|
DataActive | Gets a value indicating whether data is active. |
FixTime | Time since last DGPS update |
Latitude | Latitude |
Longitude | Longitude |
ModeIndicator | Positioning system Mode Indicator |
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 |