Waze Map Editor JavaScript SDK
    Preparing search index...

    Variable UpdateableRestrictionSegmentLaneScopeConst

    UpdateableRestrictionSegmentLaneScope: {
        LEFT_LANE: "LEFT_LANE";
        MIDDLE_LANE: "MIDDLE_LANE";
        RIGHT_LANE: "RIGHT_LANE";
        WHOLE_SEGMENT: "WHOLE_SEGMENT";
    } = ...

    Supported lane dispositions when updating segment restrictions.

    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).

    • 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).