PathPoint class abstract

Path Point class

Waypoint coordinate of a Follow Path maneuver.

Inheritance
Implemented types

Constructors

PathPoint([void updates(PathPointBuilder b)?])
factory

Properties

abbrev String
no setteroverride
dst int
no setterinherited
dstEnt int
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
msgId int
no setteroverride
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
x double
The North offset of the North/East/Down coordinate of this point in relation to the path start point.
no setter
y double
The East offset of the North/East/Down coordinate of this point in relation to the path start point.
no setter
z double
The Down offset of the North/East/Down coordinate of this point in relation to the path start point.
no setter

Methods

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