Direction

Possible directions reachable from a lane.

Entries

Link copied to clipboard

Straight direction.

Link copied to clipboard

Slight right direction.

Link copied to clipboard

Right direction.

Link copied to clipboard

Sharp right direction.

Link copied to clipboard

Right u-turn.

Link copied to clipboard

Slight left direction.

Link copied to clipboard

Left direction.

Link copied to clipboard

Sharp left direction.

Link copied to clipboard

Left u-turn.

Inherited properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun valueOf(value: String): Direction

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.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.