Waze Map Editor JavaScript SDK
    Preparing search index...

    Interface RoadShield

    interface RoadShield {
        direction: null | string;
        id: null | number;
        signText: null | string;
    }
    Index

    Properties

    Properties

    direction: null | string

    The direction of the road shield (e.g., "N", "S", "E", "W").

    id: null | number

    The ID representing the type of the road shield.

    signText: null | string

    The sign text displayed on the road shield (e.g., "I-95", "US-1").