MandatoryTurnGuidanceInstruction

fun MandatoryTurnGuidanceInstruction(    id: UniqueId,     routeOffset: Distance,     travelTime: Duration,     maneuverPoint: GeoCoordinate,     drivingSide: DrivingSide,     combineWithNext: Boolean,     previousSignificantRoad: RoadInformation? = null,     nextSignificantRoad: RoadInformation? = null,     routePath: List<RouteCoordinate> = emptyList(),     intersectionName: String = "",     signpost: Signpost? = null,     turnAngleInDegrees: Int,     turnDirection: TurnDirection)

Parameters

turnAngleInDegrees

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

turnDirection

classification of the relative angle of the turn.