TurnGuidanceInstruction

fun TurnGuidanceInstruction(    id: UniqueId,     routeOffset: Distance,     travelTime: Duration,     maneuverPoint: GeoCoordinate,     junctionType: JunctionType? = null,     drivingSide: DrivingSide,     isPossibleToCombineWithNext: 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 along the route. Expressed in the range -180...180 degrees.

turnDirection

classification of the relative angle of the turn.