GoogleApi.ContentWarehouse.V1.Model.GeostoreSegmentProtoRampProto
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
Description
Encapsulates ramp-specific properties.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
maxConnectedPriority
(type:String.t
, default:nil
)
- The highest priority of any TYPE_ROAD endpoint segment which is transitively connected to this ramp via other ramp segments. For instance, if we have two roads connected through a series of ramps (omitting intersections): Road(P=96)-> Ramp 1 -> Ramp 2 -> Ramp 3 -> Road(P=122)
-> Road(P=144) Themax_connected_priority
of all three intermediary ramps is 122. It's not 144, since Road(P=144) is connected through another road, not a ramp. This differs from the usualSegmentProto.priority
field, which contains the lowest priority across any connected road segment.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreSegmentProtoRampProto{
maxConnectedPriority: String.t() | nil
}
maxConnectedPriority: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GeostoreSegmentProtoRampProto