ExitRoundaboutInstruction

fun ExitRoundaboutInstruction(turnAngle: Angle, exitNumber: Int?, quantizedTurnAngle: QuantizedTurnAngle, routeOffset: Distance, maneuverPoint: GeoPoint, drivingSide: DrivingSide, combineWithNext: Boolean, announcements: List<Announcement> = emptyList(), previousSignificantRoad: Road? = null, nextSignificantRoad: Road? = null, routePath: List<InstructionPoint> = emptyList(), intersectionName: TextWithPhonetics? = null, signpost: Signpost? = null, landmark: Landmark? = null, sideStreetOffset: Distance? = null, trafficLightOffset: Distance? = null, id: UniqueId = UniqueId())

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.

quantizedTurnAngle

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