Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 1.41 KB

File metadata and controls

17 lines (15 loc) · 1.41 KB

Lane Object

The Lane object describes an individual lane on the roadway within a road event.

Properties

Name Type Description Conformance Notes
order Positive Integer The position of a lane in sequence on the roadway. This value is used as an index to indicate the order of all WZDx lanes provided for a road event. Required A value of 1 must represent the left-most lane and an increase in 1 must represent moving a single lane over from the left.
type LaneType An indication of the type of lane or shoulder. Required
status LaneStatus Status of the lane for the traveling public. Required
restrictions Array; [Restriction] A list of zero or more restrictions specific to the lane. Optional
lane_number (DEPRECATED) Positive Integer This property is deprecated; use order to indicate lane positions — The number assigned to the lane to help identify its position. Flexible, but usually used for regular, driveable lanes. Optional Assigned by counting from the left edge of the improved surface.

Used By

Property Object
lanes WorkZoneRoadEvent
lanes RestrictionRoadEvent