IndoorRouteNoticeCode enum
Notice codes which point to the issues encountered during indoor route calculation.
Note: The indoor route notice codes may be extended for new error situations.
Values
- noRouteFound → const IndoorRouteNoticeCode
-
No route found.
- couldNotMatchOrigin → const IndoorRouteNoticeCode
-
Could not match origin.
- couldNotMatchDestination → const IndoorRouteNoticeCode
-
Could not match destination.
- violatedRouteHeadCondition → const IndoorRouteNoticeCode
-
Violated route head condition.
- violatedRouteTailCondition → const IndoorRouteNoticeCode
-
Violated route tail condition.
- violatedEntireRouteCondition → const IndoorRouteNoticeCode
-
Violated entire route condition.
- ignoredVehicleEnable → const IndoorRouteNoticeCode
-
Ignored vehicle enable parameter.
- ignoredVehicleSpeed → const IndoorRouteNoticeCode
-
Ignored vehicle speed parameter.
- ignoredVehicleAvoidFeatures → const IndoorRouteNoticeCode
-
Ignored vehicle avoid features parameter.
- violatedTransportMode → const IndoorRouteNoticeCode
-
Violated transport mode.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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
Constants
-
values
→ const List<
IndoorRouteNoticeCode> - A constant List of the values in this enum, in order of their declaration.