MergeGuidanceInstruction
fun MergeGuidanceInstruction( id: UniqueId, routeOffset: Distance, travelTime: Duration, maneuverPoint: GeoCoordinate, drivingSide: DrivingSide, combineWithNext: Boolean, previousSignificantRoad: RoadInformation? = null, nextSignificantRoad: RoadInformation? = null, routePath: List<RouteCoordinate> = emptyList(), intersectionName: String = "", signpost: Signpost? = null, mergeSide: MergeSide? = null)
Content copied to clipboard
Parameters
mergeSide
indicates the side of the road ahead at which the merge takes place, if available.