TomTom Maps for JavaScript
    Preparing search index...

    Type Alias RoadShieldReference

    Object describes a single road shield reference.

    type RoadShieldReference = {
        affixes?: string[];
        reference: string;
        shieldContent?: string;
    }
    Index

    Properties

    affixes?: string[]

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

    reference: string

    A unique identifier for the road shield.

    shieldContent?: string

    An optional string to be shown on the road shield.