Voting helps other researchers find interesting modules.
Below is some horrible ASCII art and a description of the components of a road sign. +-------------------+ | A11 E50 Paris | | Chartres | +-------------------+ This sign would be composed of four components (all of them text components, the only option we support for now). The three in the first row would all have a "major_position" of zero. Their "minor_position" values would be zero for "A11", one for "E50", and two for "Paris". The component in the second row would have "major_position" value of one. This message provides the details of a single component of a road sign. A component defines its position within a sign, its type, and its content.
featureId
GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t
nil
featureType
integer()
majorPosition
minorPosition
routeDirection
String.t
semanticType
text
GoogleApi.ContentWarehouse.V1.Model.GeostoreNameProto.t
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreRoadSignComponentProto{ featureId: GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t() | nil, featureType: integer() | nil, majorPosition: integer() | nil, minorPosition: integer() | nil, routeDirection: String.t() | nil, semanticType: String.t() | nil, text: GoogleApi.ContentWarehouse.V1.Model.GeostoreNameProto.t() | nil }
@spec decode(struct(), keyword()) :: struct()