Super class | zdGPSKit.NMEA.Sentence |
---|---|
Namespace | zdGPSKit.NMEA |
Track made good and ground speed informations.
Syntax |
---|
CourseMagnetic() As Variant |
The magnetic course made good in degrees.
Syntax |
---|
CourseMagneticIndicator() As Variant |
Returns 'M' for Magnetic course.
Syntax |
---|
CourseTrue() As Variant |
The true course made good in degrees.
Syntax |
---|
CourseTrueIndicator() As Variant |
Return 'T' for True Course.
Syntax |
---|
GroundSpeedKm() As Variant |
Ground speed in Kilometers per hour.
Syntax |
---|
GroundSpeedKmIndicator() As Variant |
Returns 'K' for Kilometer per Hour.
Syntax |
---|
GroundSpeedKnots() As Variant |
Ground speed in Knots.
Syntax |
---|
GroundSpeedKnotsIndicator() As Variant |
Returns 'N' for Nautical Miles per Hour.
Syntax |
---|
ModeIndicator() As Variant |
The mode indicator ( Since NMEA 0183 v2.3.). Returns Nil
if this parameter is not supported by the GPS device.
See the Mode indicator constants description about the returned values and their meaning.