Public Member Functions | |
| int | getIntVal () |
| SignpostType (int intVal) | |
Static Public Member Functions | |
| static SignpostType | getByInt (int intVal) |
Public Attributes | |
| HIGHWAY =(1) | |
| INTERSTATE =(2) | |
| NO_SIGNPOST =(0) | |
enum type to specify the signpost type that is valid for the current route.
| SignpostType | ( | int | intVal | ) |
|
static |
| int getIntVal | ( | ) |
| HIGHWAY =(1) |
A signpost of type highway (blue in Germany) is displayed.
| INTERSTATE =(2) |
A signpost of type interstate (yello in Germany) is displayed.
| NO_SIGNPOST =(0) |
No signpost is displayed at the very moment.