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

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.