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