DestinationRule
Fields
| Name | Type | Description |
|---|---|---|
final_heading | Heading | Direction of travel on the segment identified by 'to_segment_id' that leads to the destination. |
from_connector_id | Id | Identifies the point of physical connection on this segment before which the destination sign or marking is visible. |
symbols | list<DestinationSignSymbol> (optional) | A collection of symbols or icons present on the sign next to current destination label. Ensures all items in a collection are unique. ( UniqueItemsConstraint)At least one of labels, symbols must be set |
to_connector_id | Id | Identifies the point of physical connection on the segment identified by 'to_segment_id' to transition to for reaching the destination(s). |
to_segment_id | Id | Identifies the segment to transition to reach the destination(s) labeled on the sign or marking. |
when(1) | DestinationRule.When (optional) | Scope for DestinationRule: |
labels[](2) | list<DestinationLabels> (optional) | Labeled destinations that can be reached by following the segment.minimum length: 1Ensures all items in a collection are unique. ( UniqueItemsConstraint)At least one of labels, symbols must be set |
Constraints
- At least one of
labels,symbolsmust be set