GoogleApi.ContentWarehouse.V1.Model.GeostoreRoadSignProto
Table of Contents ▼
Jump to a specific part of the page:
Description
A RoadSignProto holds the details of a road sign. Currently this is simply a list of the items that appear on the sign and their relative position.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
component
(type:list(GoogleApi.ContentWarehouse.V1.Model.GeostoreRoadSignComponentProto)
, default:nil
)
- The list of components for a single road sign. A sign may be composed of multiple components, each with its own position and content.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreRoadSignProto{
component: [GoogleApi.ContentWarehouse.V1.Model.GeostoreRoadSignComponentProto.t()] | nil
}
component: [GoogleApi.ContentWarehouse.V1.Model.GeostoreRoadSignComponentProto.t()] | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GeostoreRoadSignProto