RoutePath class abstract
Class is used for storing the route path between two points in location. Referenced from: AsyncRouteListener, AsyncRouteManager, Location, RouteListener, RouteManager
- Implemented types
- Implementers
Constructors
Properties
Methods
-
head(
double advance) → RoutePath -
Returns the leading segment of the route up to advance meters.
advancedistance along route (meters). Returns route head segment. -
nodes(
) → List< RouteNode> - Returns route nodes with points and events.
-
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. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited