Enum Class IndoorFeatures

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

public enum IndoorFeatures extends Enum<IndoorFeatures>

Indoor route features.

  • Enum Constant Details

    • ELEVATOR

      public static final IndoorFeatures ELEVATOR

      This part of the route requires the usage of an elevator.

    • ESCALATOR

      public static final IndoorFeatures ESCALATOR

      This part of the route requires the usage of an escalator.

    • MOVING_WALKWAY

      public static final IndoorFeatures MOVING_WALKWAY

      This part of the route requires the usage of a moving walkway.

    • RAMP

      public static final IndoorFeatures RAMP

      This part of the route requires the usage of a ramp.

    • STAIRS

      public static final IndoorFeatures STAIRS

      This part of the route requires the usage of stairs.

    • TRANSITION

      public static final IndoorFeatures TRANSITION

      This part of the route requires a transition.

  • Method Details

    • values

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