GoogleApi.ContentWarehouse.V1.Model.GeostoreCrossingStripePatternProto
Table of Contents ▼
Jump to a specific part of the page:
Description
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.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
borderLine
(type:GoogleApi.ContentWarehouse.V1.Model.GeostorePhysicalLineProto
, default:nil
)
- -
borderPattern
(type:String.t
, default:nil
)
- -
color
(type:list(GoogleApi.ContentWarehouse.V1.Model.GeostorePaintedElementLogicalColorProto)
, default:nil
)
- Colors found on this crossing. -
stripePattern
(type:String.t
, default:nil
)
-
Type
@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
}
borderLine: GoogleApi.ContentWarehouse.V1.Model.GeostorePhysicalLineProto.t() | nil,
borderPattern: String.t() | nil,
color: [ GoogleApi.ContentWarehouse.V1.Model.GeostorePaintedElementLogicalColorProto.t() ] | nil,
stripePattern: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GeostoreCrossingStripePatternProto