Interface RouteSpanDynamicSpeedDetails.Builder

  • Method Details

    • bestCaseSpeed

      RouteSpanDynamicSpeedDetails.Builder bestCaseSpeed(Double bestCaseSpeed)

      Estimated speed while traversing the span without traffic congestion.

      Unit: KilometersPerHour

      Parameters:
      bestCaseSpeed - Estimated speed while traversing the span without traffic congestion.

      Unit: KilometersPerHour

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

      RouteSpanDynamicSpeedDetails.Builder turnDuration(Long turnDuration)

      Estimated time to turn from this span into the next.

      Unit: seconds

      Parameters:
      turnDuration - Estimated time to turn from this span into the next.

      Unit: seconds

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

      RouteSpanDynamicSpeedDetails.Builder typicalSpeed(Double typicalSpeed)

      Estimated speed while traversing the span under typical traffic congestion.

      Unit: KilometersPerHour

      Parameters:
      typicalSpeed - Estimated speed while traversing the span under typical traffic congestion.

      Unit: KilometersPerHour

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