RoadShieldReference
data class RoadShieldReference(val reference: String, val shieldContent: String? = null, val affixes: List<String> = emptyList())
An object describing a single road shield reference.
Properties
Link copied to clipboard
An optional list of possible affixes that can be shown in addition to the shieldContent.
Link copied to clipboard
An optional string to be shown on the road shield.