ExitRoundaboutGuidanceInstruction

fun ExitRoundaboutGuidanceInstruction(id: UniqueId, routeOffset: Distance, travelTime: Duration, maneuverPoint: GeoPoint, drivingSide: DrivingSide, combineWithNext: Boolean, previousSignificantRoad: RoadInformation? = null, nextSignificantRoad: RoadInformation? = null, routePath: List<RouteCoordinate> = emptyList(), intersectionName: String = "", signpost: Signpost? = null, turnAngle: Angle, exitNumber: Int? = null, roundaboutDirection: RoundaboutDirection, quantizedTurnAngle: QuantizedTurnAngle? = null)

Parameters

turnAngle

Turn angle relative to the driving direction on the entry road to the roundabout, in the range -180...180 degrees.

exitNumber

Exit number where the driver should leave the roundabout, counted from the entry point to the roundabout. If the route starts on the roundabout, counting starts from the departure point.

roundaboutDirection

Classification of the main direction to take at the roundabout.

quantizedTurnAngle

Classification of the turn angle relative to the driving direction on the entry road to the roundabout, if available.