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.
Java code snippet:
Kotlin code snippet:
Definition at line 24 of file RouteStatus.java.
| com.navigine.idl.java.RouteStatus.MISSING_GRAPH |
Router is missing the route graph.
Definition at line 28 of file RouteStatus.java.
| com.navigine.idl.java.RouteStatus.MISSING_POSITION |
Router is missing the current position.
Definition at line 32 of file RouteStatus.java.
| com.navigine.idl.java.RouteStatus.MISSING_PROJECTION |
Current position is off the route graph.
Definition at line 40 of file RouteStatus.java.
| com.navigine.idl.java.RouteStatus.MISSING_ROUTE |
Router unable to find the route to the destination point.
Definition at line 36 of file RouteStatus.java.
| com.navigine.idl.java.RouteStatus.NEW_ROUTE |
Router is ready and has a valid route.
Definition at line 44 of file RouteStatus.java.