Updates to alarm warning levels
This commit is contained in:
parent
ace0c7ceaf
commit
f1c98ab090
1 changed files with 5 additions and 5 deletions
|
@ -11,12 +11,12 @@ public class AlarmInfo implements LocationPoint {
|
||||||
SPEED_CAMERA(1),
|
SPEED_CAMERA(1),
|
||||||
SPEED_LIMIT(2),
|
SPEED_LIMIT(2),
|
||||||
BORDER_CONTROL(3),
|
BORDER_CONTROL(3),
|
||||||
TRAFFIC_CALMING(4),
|
RAILWAY(4),
|
||||||
TOLL_BOOTH(5),
|
TRAFFIC_CALMING(5),
|
||||||
STOP(6),
|
TOLL_BOOTH(6),
|
||||||
MAXIMUM(7),
|
STOP(7),
|
||||||
PEDESTRIAN(8),
|
PEDESTRIAN(8),
|
||||||
RAILWAY(9);
|
MAXIMUM(9);
|
||||||
|
|
||||||
private int priority;
|
private int priority;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue