Enum Class TrafficMergeRoadType

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

public enum TrafficMergeRoadType extends Enum<TrafficMergeRoadType>

The type of road which is merging onto the current road.

  • Enum Constant Details

    • LIMITED_ACCESS_ROAD

      public static final TrafficMergeRoadType LIMITED_ACCESS_ROAD

      The merging road is a limited access road.

    • SLIPROAD

      public static final TrafficMergeRoadType SLIPROAD

      The merging road is a sliproad.

    • HIGHWAY

      public static final TrafficMergeRoadType HIGHWAY

      The merging road is a highway.

  • Method Details

    • values

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