Waze Map Editor JavaScript SDK
    Preparing search index...

    Interface ExitSign

    interface ExitSign {
        description: string;
        id: null | number;
    }
    Index

    Properties

    Properties

    description: string

    The text description displayed on the exit sign (e.g., "Exit 10A").

    id: null | number

    The ID representing the type of the exit sign.