ExitRoundaboutInstruction

fun ExitRoundaboutInstruction(    id: UniqueId = UniqueId(),     routeOffset: Distance,     travelTime: Duration,     maneuverPoint: GeoCoordinate,     junctionType: JunctionType? = null,     drivingSide: DrivingSide,     isPossibleToCombineWithNext: Boolean,     announcements: List<Announcement> = emptyList(),     maneuverType: Maneuver? = null,     previousSignificantRoad: RoadInformation? = null,     nextSignificantRoad: RoadInformation? = null,     routePath: List<RouteCoordinate> = emptyList(),     intersectionName: String = "",     signpost: Signpost? = null,     startPointIndex: Int = 0,     turnAngleInDegrees: Int,     exitNumber: Int? = null,     roundaboutDirection: RoundaboutDirection)

Parameters

turnAngleInDegrees

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 turn angle relative to the driving direction on the entry road to the roundabout.