Enum describing possible router states. More...
Public Attributes | |
| MISSING_GRAPH | |
| Router is missing the route graph. | |
| MISSING_POSITION | |
| Router is missing the current position. | |
| MISSING_ROUTE | |
| Router unable to find the route to the destination point. | |
| MISSING_PROJECTION | |
| Current position is off the route graph. | |
| NEW_ROUTE | |
| Router is ready and has a valid route. | |
Enum describing possible router states.
Referenced from AsyncRouteListener.
Dart code snippet:
Definition at line 23 of file route_status.dart.
| RouteStatus.MISSING_GRAPH |
Router is missing the route graph.
Definition at line 27 of file route_status.dart.
| RouteStatus.MISSING_POSITION |
Router is missing the current position.
Definition at line 31 of file route_status.dart.
| RouteStatus.MISSING_PROJECTION |
Current position is off the route graph.
Definition at line 39 of file route_status.dart.
| RouteStatus.MISSING_ROUTE |
Router unable to find the route to the destination point.
Definition at line 35 of file route_status.dart.
| RouteStatus.NEW_ROUTE |
Router is ready and has a valid route.
Definition at line 43 of file route_status.dart.