RouteLaneSign | iOS SDK | Urbi Documentation

RouteLaneSign

Description of the lanes.

public init(
    lanes: [RouteLane],
    signStartPoint: RoutePoint?,
    signPoint: RoutePoint?,
    signEndPoint: RoutePoint?
)
Parameters
lanes
signStartPoint
signPoint
signEndPoint
Properties

Lanes for cars on a road section. Listed in order from the edge to the middle of the roadway.
If the number of lanes is unknown or there is only one lane on the road in the direction of the route, this array is empty.

Point on the route at which the lane traffic sign starts. nil if the starting position of the sign is unknown.

Point on the route at which the lane control sign begins. nil if the position of the sign is unknown.

Point on the route at which the lane control sign ends. nil if the end position of the sign is unknown.