Enum Class RoadClassification

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

public enum RoadClassification extends Enum<RoadClassification>

Classification of the surrounding road environment. Note: This enum is in beta; its underlying layout is not stable and may change without any deprecation process.

  • Enum Constant Details

  • Method Details

    • values

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