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. Listed in order from curb to middle of carriageway.
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.
The point on the route where the action of the sign regulating lane traffic begins. null if the position of the sign's action start is unknown.
The point on the route where the sign regulating lane traffic is placed. null if the position of the sign is unknown.
The point on the route where the action of the sign regulating lane traffic ends. null if the position the sign's action end is unknown.