Waze Map Editor JavaScript SDK
    Preparing search index...

    Variable RestrictionSegmentLaneTypeConst

    RestrictionSegmentLaneType: {
        BUS: "BUS";
        EXPRESS: "EXPRESS";
        FAST: "FAST";
        HOT: "HOT";
        HOV: "HOV";
    } = ...

    Supported specialized lane types designation for lane-specific restrictions.

    Type Declaration

    • ReadonlyBUS: "BUS"

      Restricted lane for buses.

    • ReadonlyEXPRESS: "EXPRESS"

      Express/toll lanes.

    • ReadonlyFAST: "FAST"

      Fast lanes.

    • ReadonlyHOT: "HOT"

      High-Occupancy Toll (HOT) lanes.

    • ReadonlyHOV: "HOV"

      High-Occupancy Vehicle (HOV) / carpool lanes.