Waze Map Editor JavaScript SDK
    Preparing search index...

    Interface Sign

    interface Sign {
        countryId: number;
        description: string;
        id: number;
        maxTextLength: number;
        minTextLength: number;
        type: SignType;
    }
    Index

    Properties

    countryId: number

    The country ID where the sign type is active.

    description: string

    The description of the sign (e.g. "Freeways", "Netherlands N weg").

    id: number
    maxTextLength: number

    The maximum characters length of the sign text.

    minTextLength: number

    The minimum characters length of the sign text.

    type: SignType

    The type of the sign.