copy
fun copy(autoTransportType: AutoTransportType = this.autoTransportType, borderCrossing: BorderCrossing? = this.borderCrossing, 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): ExitAutoTransportGuidanceInstruction
Deprecated
This will be removed from future releases after 2025-10-10.
Replace with
ExitAutoTransportGuidanceInstruction(autoTransportType, borderCrossing, id, routeOffset, maneuverPoint, drivingSide, combineWithNext, previousSignificantRoad, nextSignificantRoad, routePath, intersectionName, signpost)Content copied to clipboard