Voting helps other researchers find interesting modules.
Possible patterns of a crossing stripe (any element that denotes a point on a segment or lane at which the vehicle must stop or yield). These include crosswalks, stop, and yield lines.
borderLine
GoogleApi.ContentWarehouse.V1.Model.GeostorePhysicalLineProto.t
nil
borderPattern
String.t
color
list(GoogleApi.ContentWarehouse.V1.Model.GeostorePaintedElementLogicalColorProto.t)
stripePattern
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreCrossingStripePatternProto{ borderLine: GoogleApi.ContentWarehouse.V1.Model.GeostorePhysicalLineProto.t() | nil, borderPattern: String.t() | nil, color: [ GoogleApi.ContentWarehouse.V1.Model.GeostorePaintedElementLogicalColorProto.t() ] | nil, stripePattern: String.t() | nil }
@spec decode(struct(), keyword()) :: struct()