Waze Map Editor JavaScript SDK
    Preparing search index...

    Variable RestrictionSegmentDispositionConst

    RestrictionSegmentDisposition: {
        LEFT_LANE: "LEFT_LANE";
        MIDDLE_LANE: "MIDDLE_LANE";
        NONE: "NONE";
        RIGHT_LANE: "RIGHT_LANE";
        WHOLE_SEGMENT: "WHOLE_SEGMENT";
    } = ...

    Supported lane dispositions indicating which part of the road/segment the restriction is applied to.

    Type Declaration

    • ReadonlyLEFT_LANE: "LEFT_LANE"

      The restriction applies specifically to the left lane(s).

    • ReadonlyMIDDLE_LANE: "MIDDLE_LANE"

      The restriction applies specifically to the middle lane(s).

    • ReadonlyNONE: "NONE"

      No specific lane disposition is applied.

    • ReadonlyRIGHT_LANE: "RIGHT_LANE"

      The restriction applies specifically to the right lane(s).

    • ReadonlyWHOLE_SEGMENT: "WHOLE_SEGMENT"

      The restriction applies to the whole segment (all lanes).