EnterCarpoolLaneInstruction

fun EnterCarpoolLaneInstruction(    id: UniqueId = UniqueId(),     routeOffset: Distance,     travelTime: Duration,     maneuverPoint: GeoCoordinate,     junctionType: JunctionType? = null,     drivingSide: DrivingSide,     isPossibleToCombineWithNext: Boolean,     announcements: List<Announcement> = emptyList(),     maneuverType: Maneuver? = null,     previousSignificantRoad: RoadInformation? = null,     nextSignificantRoad: RoadInformation? = null,     routePath: List<RouteCoordinate> = emptyList(),     intersectionName: String = "",     signpost: Signpost? = null,     startPointIndex: Int = 0,     carpoolLaneDirection: CarpoolLaneDirection)

Parameters

carpoolLaneDirection

direction of the maneuver to enter the carpool lane.