View Source GoogleApi.ContentWarehouse.V1.Model.GeostoreLaneMarkerProto (google_api_content_warehouse v0.2.0)
This proto contains attributes relevant to physical lane markers.
Attributes
-
barrierMaterials(type:GoogleApi.ContentWarehouse.V1.Model.GeostoreBarrierLogicalMaterialProto.t, default:nil) - If this is a physical barrier marker, represent materials found on the marker. -
crossingPattern(type:GoogleApi.ContentWarehouse.V1.Model.GeostoreCrossingStripePatternProto.t, default:nil) - Pattern border and color for crossing markers. These include crosswalks, stop, and yield lines. -
linearPattern(type:GoogleApi.ContentWarehouse.V1.Model.GeostoreLinearStripePatternProto.t, default:nil) - Stripe pattern, spacing, and color for longitudinal markers.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreLaneMarkerProto{ barrierMaterials: GoogleApi.ContentWarehouse.V1.Model.GeostoreBarrierLogicalMaterialProto.t() | nil, crossingPattern: GoogleApi.ContentWarehouse.V1.Model.GeostoreCrossingStripePatternProto.t() | nil, linearPattern: GoogleApi.ContentWarehouse.V1.Model.GeostoreLinearStripePatternProto.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.