RoadShieldReference

data class RoadShieldReference(val reference: String, val shieldContent: String? = null, val affixes: List<String> = emptyList())

An object describing a single road shield reference.

Constructors

Link copied to clipboard
constructor(reference: String, shieldContent: String? = null, affixes: List<String> = emptyList())

Properties

Link copied to clipboard

An optional list of possible affixes that can be shown in addition to the shieldContent.

Link copied to clipboard

A unique identifier for the road shield.

Link copied to clipboard
val shieldContent: String? = null

An optional string to be shown on the road shield.