RouteLaneSign | iOS SDK | 2GIS Documentation

RouteLaneSign

Description of the lanes.

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

Traffic lanes for cars on a stretch of road. Listed in order from the curb to the middle of the roadway.

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

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

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