public static class Maneuver.TurnType
extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
static int |
hardLeft
左后方
|
static int |
hardRight
右后方
|
static int |
keepLeft
保持左侧
|
static int |
keepRight
保持右侧
|
static int |
left
左转
|
static int |
leftKeepLeft
左转并靠左
|
static int |
leftKeepRight
左转并靠右
|
static int |
none
无
|
static int |
right
右转
|
static int |
rightKeepLeft
右转并靠左
|
static int |
rightKeepRight
右转并靠右
|
static int |
slightlyLeft
左前方
|
static int |
slightlyRight
右前方
|
static int |
straight
直行
|
static int |
straightKeepLeft
直行并靠左
|
static int |
straightKeepRight
直行并靠右
|
static int |
u
掉头
|
构造器和说明 |
---|
TurnType() |
public static final int none
public static final int straight
public static final int left
public static final int right
public static final int slightlyLeft
public static final int slightlyRight
public static final int hardLeft
public static final int hardRight
public static final int keepLeft
public static final int keepRight
public static final int straightKeepLeft
public static final int straightKeepRight
public static final int leftKeepLeft
public static final int leftKeepRight
public static final int rightKeepLeft
public static final int rightKeepRight
public static final int u
©Mapbar Engine Team;All Rights Reserved