copy
fun copy(tollgateName: String = this.tollgateName, paymentTypes: Set<TollgatePaymentType> = this.paymentTypes, id: UniqueId = this.id, routeOffset: Distance = this.routeOffset, maneuverPoint: GeoPoint = this.maneuverPoint, drivingSide: DrivingSide = this.drivingSide, combineWithNext: Boolean = this.combineWithNext, previousSignificantRoad: Road? = this.previousSignificantRoad, nextSignificantRoad: Road? = this.nextSignificantRoad, routePath: List<InstructionPoint> = this.routePath, intersectionName: String = this.intersectionName, signpost: Signpost? = this.signpost): TollgateGuidanceInstruction
Deprecated
This will be removed from future releases after 2025-10-10.
Replace with
TollgateGuidanceInstruction(tollgateName, paymentTypes, id, routeOffset, maneuverPoint, drivingSide, combineWithNext, previousSignificantRoad, nextSignificantRoad, routePath, intersectionName, signpost)Content copied to clipboard