/tripkit/CommonCoreLegacy/com.skedgo.tripkit.common.model/Street/Instruction

Instruction

\ enum Instruction : Enum<Street.Instruction>

Entries

HEAD_TOWARDS @SerializedName(value = "HEAD_TOWARDS")
HEAD_TOWARDS
CONTINUE_STRAIGHT @SerializedName(value = "CONTINUE_STRAIGHT")
CONTINUE_STRAIGHT
TURN_SLIGHTLY_LEFT @SerializedName(value = "TURN_SLIGHTLY_LEFT")
TURN_SLIGHTLY_LEFT
TURN_LEFT @SerializedName(value = "TURN_LEFT")
TURN_LEFT
TURN_SHARPLY_LEFT @SerializedName(value = "TURN_SHARPLY_LEFT")
TURN_SHARPLY_LEFT
TURN_SLIGHTLY_RIGHT @SerializedName(value = "TURN_SLIGHTLY_RIGHT")
TURN_SLIGHTLY_RIGHT
TURN_RIGHT @SerializedName(value = "TURN_RIGHT")
TURN_RIGHT
TURN_SHARPLY_RIGHT @SerializedName(value = "TURN_SHARPLY_RIGHT")
TURN_SHARPLY_RIGHT

Properties

Name Summary
entries val entries: EnumEntries<Street.Instruction>
Returns a representation of an immutable list of all enum entries, in the order they're declared.
name val name: String
ordinal val ordinal: Int

Functions

Name Summary
valueOf fun valueOf(value: String): Street.Instruction
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
values fun values(): Array<Street.Instruction>
Returns an array containing the constants of this enum type, in the order they're declared.