View Source GoogleApi.ContentWarehouse.V1.Model.GeostoreCrossingStripePatternProto (google_api_content_warehouse v0.4.0)

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

  • borderLine (type: GoogleApi.ContentWarehouse.V1.Model.GeostorePhysicalLineProto.t, default: nil) -
  • borderPattern (type: String.t, default: nil) -
  • color (type: list(GoogleApi.ContentWarehouse.V1.Model.GeostorePaintedElementLogicalColorProto.t), default: nil) - Colors found on this crossing.
  • stripePattern (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@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
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.