DividerMarker (API Reference)
Package com.here.sdk.navigation
Enum Class DividerMarker
- All Implemented Interfaces:
Serializable,Comparable<DividerMarker>,Constable
Indicates the divider between the lanes.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe lanes have a center turn lane.The lanes contain a crossing alert.The lanes are divided by dashed blocks.The lanes are divided by a double dashed line.The lanes are divided by a double solid line.The lanes are divided by a single dashed line next to a solid line.The lanes are divided by a single solid line next to a dashed line.The lanes are divided by a long dashed line.No divider between the lanes.The lanes have no markings.The lanes are divided by a small physical divider.The lanes are divided by an area marking.The lanes are divided by a short dashed line.The lanes are divided by a single solid line. -
Method Summary
Modifier and TypeMethodDescriptionstatic DividerMarkerReturns the enum constant of this class with the specified name.static DividerMarker[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
LONG_DASHED_LINE
The lanes are divided by a long dashed line.
-
DOUBLE_SOLID_LINE
The lanes are divided by a double solid line.
-
SINGLE_SOLID_LINE
The lanes are divided by a single solid line.
-
INNER_SOLID_OUTER_DASHED
The lanes are divided by a single solid line next to a dashed line.
-
INNER_DASHED_OUTER_SOLID
The lanes are divided by a single dashed line next to a solid line.
-
SHORT_DASHED
The lanes are divided by a short dashed line.
-
SHADED_AREA_MARKING
The lanes are divided by an area marking.
-
DASHED_BLOCKS
The lanes are divided by dashed blocks.
-
PHYSICAL_DIVIDER_SMALL
The lanes are divided by a small physical divider.
-
DOUBLE_DASHED
The lanes are divided by a double dashed line.
-
NO_DIVIDER
No divider between the lanes.
-
CROSSING_ALERT
The lanes contain a crossing alert.
-
CENTER_TURN_LANE
The lanes have a center turn lane.
-
NO_MARKER
The lanes have no markings.
-
-
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
-