GateCondition
Message Summary
message GateCondition
Point/Multi segment attribute. Possible attribute orientation(s): Forward, Backward. Conditional gate or movable barrier. A gate identifies the presence of a gate/movable barrier that prohibits the traveler from progressing along the road. Gate can be used for map display, route guidance, and for route calculation. Different types of gates exists. Date Time modifiers might apply identifying the times in which the gate is in operation.
Include: schema_navigation_gate.proto
Properties
Field | Type | Label | Description | |
---|---|---|---|---|
applies_during | DateTimeModifier | The times during which the condition applies. | ||
gate_type | string | The type of gate. KEY_ACCESS: Unattended and locked. The driver must use a key, keycard or pre-assigned password to open it. PERMISSION_REQUIRED: permission must be obtained from an authorized source in order to pass through. EMERGENCY_VEHICLE_ACCESS: closed to all traffic except emergency vehicles. | ||
segment_identifier | string | An identifier for the referenced segment in the format of domain:system:type:id, for example, "here:cm:segment:532172642". This property is unique in a catalog. | ||
segment_start_offset | double | Values range from [0.0 - 1.0]. Relative to the segment's orientation - not necessarily the overall chain orientation. | ||
segment_end_offset | double | Values range from [0.0 - 1.0]. Relative to the segment's orientation - not necessarily the overall chain orientation. | ||
segment_inverted | bool | The referenced segment is inverted in relation to the chain. | ||
attribute_orientation | string | The attribute's orientation relative to the chain's first-to-last orientation. | ||
multi_segment_id | string | Specifies how an attribute is assigned to a linear chain of one or more Segments. A "linear chain" is a sequence of Segments that connect geometrically from start to end. Segments in a linear chain do not cross one over the other. A linear chain can form a loop in which case the first node of the start segment coincide with the last node of the end segment. In general a multi-segment chain, has an overall first-to-last orientation that is independent of the the first-to-last orientation of each component Segment. Each component Segment in the chain will either have the same first-to-last orientation as the chain, or its orientation will be inverted relative to the chain. It is critical to differentiate the orientation of each component segment from the overall orientation of the chain. For example, it is possible that the first Node of a segment chain is the last Node of that chain's first segment. Likewise, the last Node of the chain can be the first Node of the chain's last segment. The simple case consists of a single segment. In this case the chain and the segment have the same orientation. In the multi-segment case, the chain orientation is independent of the individual segment orientations. | ||
multi_segment_position | int32 | Segment's position in the multi-segment chain. | ||
partition_name | string | Quadkey (HERE tiling) for the current partition. |