Enum Class MapFragment.HudMode

java.lang.Object
java.lang.Enum<MapFragment.HudMode>
com.mapfactor.sdk.map.MapFragment.HudMode
All Implemented Interfaces:
Serializable, Comparable<MapFragment.HudMode>, Constable
Enclosing class:
MapFragment

public static enum MapFragment.HudMode extends Enum<MapFragment.HudMode>
Head-up navigation display mode types
Since:
2.2
  • Enum Constant Details

    • Off

      public static final MapFragment.HudMode Off
      Off
      Since:
      2.2
    • OnMirrored

      public static final MapFragment.HudMode OnMirrored
      On when navigating, texts and pictures are mirrored
      Since:
      2.2
    • OnNotMirrored

      public static final MapFragment.HudMode OnNotMirrored
      On when navigating, texts and pictures not mirrored as in standard HUD mode
      Since:
      2.2
  • Method Details

    • values

      public static MapFragment.HudMode[] 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 MapFragment.HudMode 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