RouteStop class - routing library - Dart API
RouteStop
RouteStop class
Route stop that should be used together with import route functionality.
It specifies location index within provided route locations track. Route stop can have additional stop delay, which will be included in expected time to arrival. During navigation the stop will be treated as stopover and will be reported as milestone when passing-by. Only available for the Navigate licence.
Constructors
- RouteStop(int locationIndex)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- locationIndex ↔ int
-
Index of location, used for route stop. Index should be >= 1, which
prevents user from using origin location as route stop.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stopDuration ↔ Duration
-
Time that will be spent on route stop.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited