public class LaneAction
extends java.lang.Object
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
LANE_ACTION_AHEAD
直行
Go straight |
static int |
LANE_ACTION_AHEAD_LEFT
直行+左转
Go straight + Turn left |
static int |
LANE_ACTION_AHEAD_LEFT_LU_TURN
直行+左转+左掉头
Go straight + Turn left + Left U-turn |
static int |
LANE_ACTION_AHEAD_LEFT_RIGHT
直行+左转+右转
Go straight + Turn left + Turn right |
static int |
LANE_ACTION_AHEAD_LU_TURN
直行+左掉头
Go straight + Left U-turn |
static int |
LANE_ACTION_AHEAD_RIGHT
直行+右转
Go straight + Turn right |
static int |
LANE_ACTION_AHEAD_RIGHT_RU_TURN
直行+右转+左掉头
Go straight + Turn right + Left U-turn |
static int |
LANE_ACTION_AHEAD_RU_TURN
直行+右掉头
Go straight + Right U-turn |
static int |
LANE_ACTION_BUS
公交车道
Bus lane |
static int |
LANE_ACTION_DEDICATED
专用车道
Dedicated lane |
static int |
LANE_ACTION_EMPTY
空车道
Empty lane |
static int |
LANE_ACTION_LEFT
左转
Turn left |
static int |
LANE_ACTION_LEFT_IN_AHEAD
直行+扩展
Go straight + Extension |
static int |
LANE_ACTION_LEFT_IN_LEFT_LU_TURN
左转+左掉头+扩展
Turn left + Left U-turn + Extension |
static int |
LANE_ACTION_LEFT_LU_TURN
左转+左掉头
Turn left + Left U-turn |
static int |
LANE_ACTION_LEFT_LU_TURN_EX
左转+右掉头
Turn left + Right U-turn |
static int |
LANE_ACTION_LEFT_RIGHT
左转+右转
Turn left + Turn right |
static int |
LANE_ACTION_LEFT_RU_TURN
左转+右转+左掉头
Turn left + Turn right + Left U-turn |
static int |
LANE_ACTION_LU_TURN
左掉头
Left U-turn |
static int |
LANE_ACTION_NULL
无对应车道
No corresponding lane |
static int |
LANE_ACTION_RESERVED
保留
Reserved |
static int |
LANE_ACTION_RIGHT
右转
Turn right |
static int |
LANE_ACTION_RIGHT_RU_TURN
右转+右掉头
Turn right + Right U-turn |
static int |
LANE_ACTION_RIGHT_RU_TURN_EX
右转+左掉头
Turn right + Left U-turn |
static int |
LANE_ACTION_RU_TURN
右掉头
Right U-turn |
static int |
LANE_ACTION_TIDAL
潮汐车道
Tidal lane |
static int |
LANE_ACTION_VARIABLE
可变车道
Variable lane |
public static final int LANE_ACTION_NULL
public static final int LANE_ACTION_AHEAD
public static final int LANE_ACTION_LEFT
public static final int LANE_ACTION_AHEAD_LEFT
public static final int LANE_ACTION_RIGHT
public static final int LANE_ACTION_AHEAD_RIGHT
public static final int LANE_ACTION_LU_TURN
public static final int LANE_ACTION_LEFT_RIGHT
public static final int LANE_ACTION_AHEAD_LEFT_RIGHT
public static final int LANE_ACTION_RU_TURN
public static final int LANE_ACTION_AHEAD_LU_TURN
public static final int LANE_ACTION_AHEAD_RU_TURN
public static final int LANE_ACTION_LEFT_LU_TURN
public static final int LANE_ACTION_RIGHT_RU_TURN
public static final int LANE_ACTION_LEFT_IN_AHEAD
public static final int LANE_ACTION_LEFT_IN_LEFT_LU_TURN
public static final int LANE_ACTION_RESERVED
public static final int LANE_ACTION_AHEAD_LEFT_LU_TURN
public static final int LANE_ACTION_RIGHT_RU_TURN_EX
public static final int LANE_ACTION_LEFT_RU_TURN
public static final int LANE_ACTION_AHEAD_RIGHT_RU_TURN
public static final int LANE_ACTION_LEFT_LU_TURN_EX
public static final int LANE_ACTION_BUS
public static final int LANE_ACTION_EMPTY
public static final int LANE_ACTION_VARIABLE
public static final int LANE_ACTION_DEDICATED
public static final int LANE_ACTION_TIDAL