MandatoryTurnInstruction

fun MandatoryTurnInstruction(    id: UniqueId = UniqueId(),     routeOffset: Distance,     travelTime: Duration,     maneuverPoint: GeoCoordinate,     drivingSide: DrivingSide,     isPossibleToCombineWithNext: Boolean,     announcements: List<Announcement> = emptyList(),     previousSignificantRoad: RoadInformation? = null,     nextSignificantRoad: RoadInformation? = null,     routePath: List<RouteCoordinate> = emptyList(),     intersectionName: TextWithPhonetics? = null,     signpost: Signpost? = null,     landmark: Landmark? = null,     startPointIndex: Int = 0,     sideStreetOffset: Distance? = null,     trafficLightOffset: Distance? = null,     turnAngleInDegrees: Int,     turnDirection: TurnDirection)

Parameters

turnAngleInDegrees

turnAngleInDegrees turn angle relative to the driving direction on the route, in the range -180...180 degrees.

turnDirection

classification of the relative angle of the turn.