Enum Class IndoorSectionNoticeCode

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

public enum IndoorSectionNoticeCode extends Enum<IndoorSectionNoticeCode>

Notice codes which point the issues encountered during processing of an indoor Section.

Note: The indoor section notice codes are going to be extended for new error situations.

  • Enum Constant Details

    • VIOLATED_AVOID_CONNECTOR

      public static final IndoorSectionNoticeCode VIOLATED_AVOID_CONNECTOR

      Violated avoid connector. Connector will be part of route.

    • VIOLATED_AVOID_ELEVATOR

      public static final IndoorSectionNoticeCode VIOLATED_AVOID_ELEVATOR

      Violated avoid elevator. Elevator will be part of route.

    • VIOLATED_AVOID_ESCALATOR

      public static final IndoorSectionNoticeCode VIOLATED_AVOID_ESCALATOR

      Violated avoid escalator. Escalator will be part of route.

    • VIOLATED_AVOID_RAMP

      public static final IndoorSectionNoticeCode VIOLATED_AVOID_RAMP

      Violated avoid ramp. Ramp will be part of route.

    • VIOLATED_AVOID_STAIRS

      public static final IndoorSectionNoticeCode VIOLATED_AVOID_STAIRS

      Violated avoid stairs. Stairs will be part of route.

    • VIOLATED_AVOID_PEDESTRIAN_RAMP

      public static final IndoorSectionNoticeCode VIOLATED_AVOID_PEDESTRIAN_RAMP

      Violated avoid pedestrian ramp. Pedestrian ramp will be part of route.

    • VIOLATED_AVOID_CAR_LIFT

      public static final IndoorSectionNoticeCode VIOLATED_AVOID_CAR_LIFT

      Violated avoid car lift. Car lift will be part of route.

    • VIOLATED_AVOID_DRIVE_RAMP

      public static final IndoorSectionNoticeCode VIOLATED_AVOID_DRIVE_RAMP

      Violated avoid drive ramp. Drive ramp will be part of route.

    • VIOLATED_AVOID_ELEVATOR_BANK

      public static final IndoorSectionNoticeCode VIOLATED_AVOID_ELEVATOR_BANK

      Violated avoid elevator bank. Elevator bank will be part of route.

  • Method Details

    • values

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