Waze Map Editor JavaScript SDK
    Preparing search index...

    Interface MajorTrafficEvent

    interface MajorTrafficEvent {
        category: null | MajorTrafficEventCategory;
        cityId: null | number;
        endDate: null | string;
        id: string;
        isPublished: boolean;
        isReady: boolean;
        lockRank: null | UserRank;
        modificationData: ModificationMetadata;
        names: LocalizedString[];
        startDate: null | string;
    }
    Index

    Properties

    category: null | MajorTrafficEventCategory

    The category of the event.

    cityId: null | number

    The id of the city associated with the event.

    endDate: null | string

    The end date and time of the event in the timezone of the event location.

    id: string
    isPublished: boolean

    Whether the event is published or not.

    isReady: boolean

    Whether the event is ready or not.

    lockRank: null | UserRank

    The lock rank of the event.

    modificationData: ModificationMetadata

    The list of localized names of the event.

    startDate: null | string

    The start date and time of the event in the timezone of the event location.