Direction

enum Direction : Enum<InstructionManeuver.Roundabout.Direction>

Entries

Link copied to clipboard

Cross the roundabout (go straight).

Link copied to clipboard

Turn left at the roundabout.

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 sharp angle. (>90 degrees.)

Link copied to clipboard

Turn right at the roundabout.

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 sharp angle. (>90 degrees.)

Link copied to clipboard

Go all the way around the roundabout.

Inherited properties

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