Information about section metadata.
- Implemented types
Constructors
-
DrivingSectionMetadata(int legIndex, DrivingWeight weight, DrivingAnnotation annotation, List<
int> viaPointPositions) -
factory
Properties
- annotation → DrivingAnnotation
-
Section annotation.
no setter
- hashCode → int
-
The hash code for this object.
no setteroverride
- legIndex → int
-
A leg is a section of the route between two consecutive waypoints.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
viaPointPositions
→ List<
int> -
Via points (throughpoints) can appear only at nodes of the section's
geometry. The vector contains the positions of all corresponding
nodes. These positions should be listed in ascending order.
no setter
- weight → DrivingWeight
-
The "weight" of the section.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
covariant DrivingSectionMetadata other) → bool -
The equality operator.
override