TollgateGuidanceInstruction

fun TollgateGuidanceInstruction(id: UniqueId, routeOffset: Distance, travelTime: Duration, maneuverPoint: GeoPoint, drivingSide: DrivingSide, combineWithNext: Boolean, previousSignificantRoad: RoadInformation? = null, nextSignificantRoad: RoadInformation? = null, routePath: List<RouteCoordinate> = emptyList(), intersectionName: String = "", signpost: Signpost? = null, tollgateName: String = "", paymentTypes: Set<TollgatePaymentType> = emptySet())

Parameters

tollgateName

The name of the tollgate, if any.

paymentTypes

The payment types accepted at the tollgate, if available.