GeostoreCrossingStripePatternProto

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):

View Attributes

Attributes

  1. borderLine (type: GoogleApi.ContentWarehouse.V1.Model.GeostorePhysicalLineProto, default: nil)
    -
  2. borderPattern (type: String.t, default: nil)
    -
  3. color (type: list(GoogleApi.ContentWarehouse.V1.Model.GeostorePaintedElementLogicalColorProto), default: nil)
    - Colors found on this crossing.
  4. 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
}

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GeostoreCrossingStripePatternProto