HomePosition class abstract

Home Position class

Vehicle Home Position.

Inheritance
Implemented types

Constructors

HomePosition([void updates(HomePositionBuilder b)?])
factory

Properties

abbrev String
no setteroverride
alt double
Altitude, in meters. Negative values denote invalid estimates.
no setter
depth double
Depth, in meters. To be used by underwater vehicles. Negative values denote invalid estimates.
no setter
dst int
no setterinherited
dstEnt int
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
height double
Height above the WGS-84 ellipsoid.
no setter
lat double
WGS-84 Latitude.
no setter
lon double
WGS-84 Longitude.
no setter
msgId int
no setteroverride
op HomePositionEnumOp
Action on the vehicle home
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
src int
no setterinherited
srcEnt int
no setterinherited
sync int
no setterinherited
timestamp DateTime?
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(HomePositionBuilder)) HomePosition
Rebuilds the instance.
inherited
toBuilder() HomePositionBuilder
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