Interface IsolineTrailerOptions.Builder

  • Method Details

    • axleCount

      IsolineTrailerOptions.Builder axleCount(Integer axleCount)

      The total number of axles across all trailers. Used for weight distribution calculations and road restrictions.

      Parameters:
      axleCount - The total number of axles across all trailers. Used for weight distribution calculations and road restrictions.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • trailerCount

      IsolineTrailerOptions.Builder trailerCount(Integer trailerCount)

      The number of trailers being pulled. Affects which roads can be used based on local regulations.

      Default value: 0

      Parameters:
      trailerCount - The number of trailers being pulled. Affects which roads can be used based on local regulations.

      Default value: 0

      Returns:
      Returns a reference to this object so that method calls can be chained together.