RouteLaneSign
Description of traffic lanes.
RouteLaneSign(
lanes: List<RouteLane>,
signStartPoint: RoutePoint?,
signPoint: RoutePoint?,
signEndPoint: RoutePoint?
)
Description of traffic lanes.
Parameters
Properties
Car lanes on a road section. Ordered from the edge to middle of roadgeway.
If the number of lanes is unknown, or there is one lane on the road in the direction of the route, this array is empty.
Point on the route where the operation of the sign regulating lane traffic begins. null if the position of the sign operation start is unknown.
Point on the route where the sign regulating lane traffic is placed. null if the position of the sign is unknown.
Point on the route where the operation of the sign regulating lane traffic ends. null if the position the sign operation end is unknown.