SwitchHighwayGuidanceInstruction

fun SwitchHighwayGuidanceInstruction(    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,     exitDirection: ExitDirection)

Parameters

exitDirection

the direction of the exit, relative to the direction of travel.