Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 1.18 KB

Restriction.md

File metadata and controls

16 lines (14 loc) · 1.18 KB

Restriction Object

The Restriction object describes a restriction on a roadway or lane. This object is used by the IncidentRoadEvent, RestrictionRoadEvent and Lane objects.

Properties

Name Type Description Conformance Notes
type RestrictionType The type of restriction being enforced. Required
value Number A value associated with the restriction, if applicable. Optional For example, if type is reduced-height, value and unit together would allow indicating what value the height was reduced to.
unit UnitOfMeasurement Unit of measurement for the restriction value, if applicable. Conditional: required if value is not null.

Used By

Property Object
restrictions IncidentRoadEvent
restrictions Lane
restrictions RestrictionRoadEvent