WaypointInstruction
fun WaypointInstruction( id: UniqueId = UniqueId(), routeOffset: Distance, travelTime: Duration, maneuverPoint: GeoCoordinate, drivingSide: DrivingSide, isPossibleToCombineWithNext: Boolean, announcements: List<Announcement> = emptyList(), previousSignificantRoad: RoadInformation? = null, nextSignificantRoad: RoadInformation? = null, routePath: List<RouteCoordinate> = emptyList(), intersectionName: TextWithPhonetics? = null, signpost: Signpost? = null, landmark: Landmark? = null, startPointIndex: Int = 0, sideStreetOffset: Distance? = null, trafficLightOffset: Distance? = null, waypointSide: ItineraryPointSide = ItineraryPointSide.UNDETERMINED)
Content copied to clipboard
Parameters
waypointSide
indicates the side of the road of the waypoint.