Waze Map Editor JavaScript SDK
    Preparing search index...

    Interface RoadClosureAttribution

    interface RoadClosureAttribution {
        channel: RoadClosureAttributionChannel;
        contributionTime: null | number;
        contributorType: RoadClosureContributorType;
        credit: null | string;
    }
    Index

    Properties

    The channel / workflow through which the closure was created.

    contributionTime: null | number

    The timestamp (in milliseconds) when the contribution was made.

    The entity role representing the edit.

    credit: null | string

    The partner display name / credit string.