Class Vtg
Course over ground and ground speed
Implements
Inherited Members
Namespace: NmeaParser.Messages
Assembly: NmeaParser.dll
Syntax
[NmeaMessageType("--VTG")]
public class Vtg : NmeaMessage, IEquatable<NmeaMessage>
Remarks
The actual course and speed relative to the ground.
Constructors
| Name | Description |
|---|---|
| Vtg(string, string[]) | Initializes a new instance of the Vtg class. |
Properties
| Name | Description |
|---|---|
| CourseMagnetic | Course over ground relative to magnetic north |
| CourseTrue | Course over ground relative to true north |
| SpeedKnots | Speed over ground in knots |
| SpeedKph | Speed over ground in kilometers/hour |
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 |