Waypoint Constructors

Definition

Overloads

Waypoint(GeographicPosition, String)

Constructs a new WPT sentence

Waypoint(TalkerSentence, DateTimeOffset)

Internal constructor

Waypoint(TalkerId, IEnumerable<String>, DateTimeOffset)

Date and time message (ZDA). This should not normally need the last time as argument, because it defines it.

Waypoint(GeographicPosition, String)

Constructs a new WPT sentence

public Waypoint (Iot.Device.Common.GeographicPosition position, string name);
new Iot.Device.Nmea0183.Sentences.Waypoint : Iot.Device.Common.GeographicPosition * string -> Iot.Device.Nmea0183.Sentences.Waypoint
Public Sub New (position As GeographicPosition, name As String)

Parameters

name
String

Applies to

Waypoint(TalkerSentence, DateTimeOffset)

Internal constructor

public Waypoint (Iot.Device.Nmea0183.TalkerSentence sentence, DateTimeOffset time);
new Iot.Device.Nmea0183.Sentences.Waypoint : Iot.Device.Nmea0183.TalkerSentence * DateTimeOffset -> Iot.Device.Nmea0183.Sentences.Waypoint
Public Sub New (sentence As TalkerSentence, time As DateTimeOffset)

Parameters

sentence
TalkerSentence

Applies to

Waypoint(TalkerId, IEnumerable<String>, DateTimeOffset)

Date and time message (ZDA). This should not normally need the last time as argument, because it defines it.

public Waypoint (Iot.Device.Nmea0183.TalkerId talkerId, System.Collections.Generic.IEnumerable<string> fields, DateTimeOffset time);
new Iot.Device.Nmea0183.Sentences.Waypoint : Iot.Device.Nmea0183.TalkerId * seq<string> * DateTimeOffset -> Iot.Device.Nmea0183.Sentences.Waypoint
Public Sub New (talkerId As TalkerId, fields As IEnumerable(Of String), time As DateTimeOffset)

Parameters

talkerId
TalkerId

Applies to