Waze Map Editor JavaScript SDK
    Preparing search index...

    Interface TurnClosure

    interface TurnClosure {
        description: null | string;
        endDate: null | string;
        fromSegmentId: number;
        id: string;
        isPermanent: boolean;
        majorTrafficEventId: null | string;
        modificationData: ModificationMetadata;
        startDate: null | string;
        status: ClosureStatus;
        toSegmentId: number;
    }
    Index

    Properties

    description: null | string

    The description of the closure.

    endDate: null | string

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

    fromSegmentId: number

    The ID of the segment from which the turn, associated with the closure, originates.

    id: string
    isPermanent: boolean

    A flag to indicate if the closure should be auto finished when traffic is detected in the road. When true, the closure will remain active until the end date, even if traffic is detected on the road.

    majorTrafficEventId: null | string

    The id of the major traffic event associated with the closure.

    modificationData: ModificationMetadata
    startDate: null | string

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

    The status of the closure.

    toSegmentId: number

    The ID of the segment to which the turn, associated with the closure, leads.