Class Bod
Bearing - Origin to Destination
Implements
Inherited Members
Namespace: NmeaParser.Messages
Assembly: NmeaParser.dll
Syntax
[NmeaMessageType("--BOD")]
public class Bod : NmeaMessage, IEquatable<NmeaMessage>
Remarks
Bearing angle of the line, calculated at the origin waypoint, extending to the destination waypoint from the origin waypoint for the active navigation leg of the journey
Constructors
| Name | Description |
|---|---|
| Bod(string, string[]) | Initializes a new instance of the Bod class. |
Properties
| Name | Description |
|---|---|
| DestinationId | Name of destination waypoint ID |
| MagneticBearing | Magnetic Bearing in degrees from start to destination |
| OriginId | Name of origin waypoint ID |
| TrueBearing | True Bearing in degrees from start to destination |
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 |