RoutePath$Impl class

Implemented types

Constructors

RoutePath$Impl(Pointer<Void> handle)

Properties

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

Methods

@brief Returns the leading segment of the route.
override
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.
override
toString() String
A string representation of this object.
inherited

Operators

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