IndoorFeatures (API Reference)
Package com.here.sdk.venue.routing
Enum Class IndoorFeatures
- All Implemented Interfaces:
Serializable,Comparable<IndoorFeatures>,Constable
Indoor route features.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThis part of the route requires the usage of an elevator.This part of the route requires the usage of an escalator.This part of the route requires the usage of a moving walkway.This part of the route requires the usage of a ramp.This part of the route requires the usage of stairs.This part of the route requires a transition. -
Method Summary
Modifier and TypeMethodDescriptionstatic IndoorFeaturesReturns the enum constant of this class with the specified name.static IndoorFeatures[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ELEVATOR
This part of the route requires the usage of an elevator.
-
ESCALATOR
This part of the route requires the usage of an escalator.
-
MOVING_WALKWAY
This part of the route requires the usage of a moving walkway.
-
RAMP
This part of the route requires the usage of a ramp.
-
STAIRS
This part of the route requires the usage of stairs.
-
TRANSITION
This part of the route requires a transition.
-
-
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
-