GpsNavData class abstract

GPS Navigation Data class

Report of GPS navigation data.

Inheritance
Implemented types

Constructors

GpsNavData([void updates(GpsNavDataBuilder b)?])
factory

Properties

abbrev String
no setteroverride
cacc double
Course / Heading Accuracy Estimate.
no setter
dst int
no setterinherited
dstEnt int
no setterinherited
gspeed double
NED Down Velocity.
no setter
hacc double
Horizontal Accuracy Estimate.
no setter
hashCode int
The hash code for this object.
no setterinherited
heading double
NED Down Velocity.
no setter
heightEll double
Height Above Ellipsoid.
no setter
heightSea double
Height Above Sea Level.
no setter
itow int
GPS Millisecond Time of Week.
no setter
lat double
Latitude.
no setter
lon double
Longitude.
no setter
msgId int
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sacc double
NED Down Velocity.
no setter
speed double
NED Down Velocity.
no setter
src int
no setterinherited
srcEnt int
no setterinherited
sync int
no setterinherited
timestamp DateTime?
no setterinherited
vacc double
Vertical Accuracy Estimate.
no setter
velD double
NED Down Velocity.
no setter
velE double
NED East Velocity.
no setter
velN double
NED North Velocity.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(GpsNavDataBuilder)) GpsNavData
Rebuilds the instance.
inherited
toBuilder() GpsNavDataBuilder
Converts the instance to a builder B.
inherited
toJson([bool includeHeader = true]) Map<String, dynamic>
To JSON object
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

staticId → const int