RoutePath$Impl class
- Implemented types
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- length → double
-
Total route length in meters.
no setteroverride
-
ptr
→ Pointer<
Void> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- weight → double
-
Total route weight/cost.
no setteroverride
Methods
-
head(
double advance) → RoutePath -
Returns the leading segment of the route up to advance meters.
advancedistance along route (meters). Returns route head segment.override -
nodes(
) → List< RouteNode> -
Returns route nodes with points and events.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
tail(
double advance) → RoutePath -
Returns the route segment after advance meters.
advancedistance along route (meters). Returns route tail segment.override -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromOptionalPtr(
Pointer< Void> ptr) → RoutePath? -
getNativePtr(
RoutePath? obj) → Pointer< Void>