Roundabout

fun Roundabout(direction: InstructionManeuver.Roundabout.Direction?, exitNumber: Int?)

Parameters

direction

Which direction the roundabout should be exited. Can be null if this information is not available, or cannot be represented by a value of Roundabout.Direction.

exitNumber

Which exit the driver should take. Can be null if this information is not available.