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