public enum WalkNaviRotateMode extends java.lang.Enum<WalkNaviRotateMode>
Enum Constant and Description |
---|
EN_Rotate_Mode_Car
车标随动
正北模式,地图不旋转,车标自己旋转
|
EN_Rotate_Mode_Map
车随地图
路线机头模式,地图根据吸路路线方向旋转
|
Modifier and Type | Method and Description |
---|---|
static WalkNaviRotateMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WalkNaviRotateMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WalkNaviRotateMode EN_Rotate_Mode_Map
public static final WalkNaviRotateMode EN_Rotate_Mode_Car
public static WalkNaviRotateMode[] values()
for (WalkNaviRotateMode c : WalkNaviRotateMode.values()) System.out.println(c);
public static WalkNaviRotateMode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null