EnterAutoTransportInstruction

constructor(    autoTransportType: AutoTransportType,     borderCrossing: BorderCrossing?,     routeOffset: Distance,     maneuverPoint: GeoPoint,     drivingSide: DrivingSide,     combineWithNext: Boolean,     announcements: List<Announcement> = emptyList(),     previousSignificantRoad: Road? = null,     nextSignificantRoad: Road? = null,     routePath: List<InstructionPoint> = emptyList(),     intersectionName: TextWithPhonetics? = null,     signpost: Signpost? = null,     landmark: Landmark? = null,     sideStreetOffset: Distance? = null,     trafficLightOffset: Distance? = null,     id: UniqueId = UniqueId())

Parameters

autoTransportType

Type of the vehicle transportation system.

borderCrossing

Border crossing information, if any.