Direction

enum Direction : Enum<InstructionManeuver.Turn.Direction>

Entries

Link copied to clipboard

Indicates that the driver should continue going in the same direction.

Link copied to clipboard

Indicates that the driver should keep to the right side of the road. Typically used when a road with multiple lanes splits.

Link copied to clipboard

Indicates that the driver should take a right turn with a slight angle. (<90 degrees.)

Link copied to clipboard

Indicates that the driver should take a right turn with a regular angle. (Roughly 90 degrees.)

Link copied to clipboard

Indicates that the driver should take a right turn with a sharp angle. (>90 degrees.)

Link copied to clipboard

Indicates that the driver should keep to the left side of the road. Typically used when a road with multiple lanes splits.

Link copied to clipboard

Indicates that the driver should take a left turn with a slight angle. (<90 degrees.)

Link copied to clipboard

Indicates that the driver should take a left turn with a regular angle. (Roughly 90 degrees.)

Link copied to clipboard

Indicates that the driver should take a left turn with a sharp angle. (>90 degrees.)

Link copied to clipboard

Indicates that the driver has to make a U-turn. The direction that the driver has to steer in tends to depend on the DrivingSide.

Inherited properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int