ru.dgis.sdk.routing.RouteLaneSign | Android SDK | 2GIS Documentation

RouteLaneSign

Description of traffic lanes.

RouteLaneSign(
	lanes: List<RouteLane>,
	signStartPoint: RoutePoint?,
	signPoint: RoutePoint?,
	signEndPoint: RoutePoint?
)

Description of traffic lanes.

Parameters
lanes
signStartPoint
signPoint
signEndPoint
Returns
Properties

Lane lanes for cars 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 will be empty.

Point on a route where a lane control sign begins to operate. Null if the start position of the sign is unknown.

Point on a route where a lane control sign is installed. Null if the position of the sign is unknown.

Point on a route where a lane control sign ends. Null if the sign's end position is unknown.