Package com.baidu.mapapi.bikenavi.model
Enum Class BikeNaviRotateMode
- All Implemented Interfaces:
Serializable,Comparable<BikeNaviRotateMode>,Constable
- Author:
- zhuxiaoan
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription车标随动 正北模式,地图不旋转,车标自己旋转车随地图 路线机头模式,地图根据吸路路线方向旋转 -
Method Summary
Modifier and TypeMethodDescriptionstatic BikeNaviRotateModeReturns the enum constant of this class with the specified name.static BikeNaviRotateMode[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
EN_Rotate_Mode_Map
车随地图 路线机头模式,地图根据吸路路线方向旋转 -
EN_Rotate_Mode_Car
车标随动 正北模式,地图不旋转,车标自己旋转
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-