Waze Map Editor JavaScript SDK
    Preparing search index...

    Variable RestrictionSegmentDirectionConst

    RestrictionSegmentDirection: { BOTH: "BOTH"; FWD: "FWD"; REV: "REV" } = ...

    Supported traffic directions for segment restrictions.

    Type Declaration

    • ReadonlyBOTH: "BOTH"

      The restriction applies to both directions of travel.

    • ReadonlyFWD: "FWD"

      The restriction applies only to the forward direction of the segment (from Node A to Node B).

    • ReadonlyREV: "REV"

      The restriction applies only to the reverse direction of the segment (from Node B to Node A).