RoutePath class abstract

@ingroup navigine_dart_classes @ingroup navigine_dart_secondary_classes

@brief class is used for storing the route path between the two points on the location.

Referenced from: @see AsyncRouteListener "AsyncRouteListener", @see AsyncRouteManager "AsyncRouteManager", @see Location "Location", @see RouteListener "RouteListener", @see RouteManager "RouteManager"

Implemented types
Implementers

Constructors

RoutePath()

Properties

events List<RouteEvent>
@brief List of consecutive incoming events @see RouteEvent "RouteEvent".
no setter
hashCode int
The hash code for this object.
no setterinherited
length double
@brief Total lenth of the route path in meters.
no setter
points List<LocationPoint>
@brief List of consecutive points. @see LocationPoint.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

@brief Returns the leading segment of the route.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
tail(double advance) RoutePath
@brief Returns the remaining segment of the route.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited