Enum Class BikeNaviRotateMode

java.lang.Object
java.lang.Enum<BikeNaviRotateMode>
com.baidu.mapapi.bikenavi.model.BikeNaviRotateMode
All Implemented Interfaces:
Serializable, Comparable<BikeNaviRotateMode>, Constable

public enum BikeNaviRotateMode extends Enum<BikeNaviRotateMode>
Author:
zhuxiaoan
  • Enum Constant Details

    • EN_Rotate_Mode_Map

      public static final BikeNaviRotateMode EN_Rotate_Mode_Map
      车随地图 路线机头模式,地图根据吸路路线方向旋转
    • EN_Rotate_Mode_Car

      public static final BikeNaviRotateMode EN_Rotate_Mode_Car
      车标随动 正北模式,地图不旋转,车标自己旋转
  • Method Details

    • values

      public static BikeNaviRotateMode[] 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

      public static BikeNaviRotateMode valueOf(String name)
      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 name
      NullPointerException - if the argument is null