Enum Class DividerMarker

java.lang.Object
java.lang.Enum<DividerMarker>
com.here.sdk.navigation.DividerMarker
All Implemented Interfaces:
Serializable, Comparable<DividerMarker>, Constable

public enum DividerMarker extends Enum<DividerMarker>

Indicates the divider between the lanes.

  • Enum Constant Details

    • LONG_DASHED_LINE

      public static final DividerMarker LONG_DASHED_LINE

      The lanes are divided by a long dashed line.

    • DOUBLE_SOLID_LINE

      public static final DividerMarker DOUBLE_SOLID_LINE

      The lanes are divided by a double solid line.

    • SINGLE_SOLID_LINE

      public static final DividerMarker SINGLE_SOLID_LINE

      The lanes are divided by a single solid line.

    • INNER_SOLID_OUTER_DASHED

      public static final DividerMarker INNER_SOLID_OUTER_DASHED

      The lanes are divided by a single solid line next to a dashed line.

    • INNER_DASHED_OUTER_SOLID

      public static final DividerMarker INNER_DASHED_OUTER_SOLID

      The lanes are divided by a single dashed line next to a solid line.

    • SHORT_DASHED

      public static final DividerMarker SHORT_DASHED

      The lanes are divided by a short dashed line.

    • SHADED_AREA_MARKING

      public static final DividerMarker SHADED_AREA_MARKING

      The lanes are divided by an area marking.

    • DASHED_BLOCKS

      public static final DividerMarker DASHED_BLOCKS

      The lanes are divided by dashed blocks.

    • PHYSICAL_DIVIDER_SMALL

      public static final DividerMarker PHYSICAL_DIVIDER_SMALL

      The lanes are divided by a small physical divider.

    • DOUBLE_DASHED

      public static final DividerMarker DOUBLE_DASHED

      The lanes are divided by a double dashed line.

    • NO_DIVIDER

      public static final DividerMarker NO_DIVIDER

      No divider between the lanes.

    • CROSSING_ALERT

      public static final DividerMarker CROSSING_ALERT

      The lanes contain a crossing alert.

    • CENTER_TURN_LANE

      public static final DividerMarker CENTER_TURN_LANE

      The lanes have a center turn lane.

    • NO_MARKER

      public static final DividerMarker NO_MARKER

      The lanes have no markings.

  • Method Details

    • values

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