Interface RouteTollPaymentSite.Builder

  • Method Details

    • name

      Name of the payment site.

      Parameters:
      name - Name of the payment site.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • position

      Position defined as [longitude, latitude].

      Parameters:
      position - Position defined as [longitude, latitude].
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • position

      RouteTollPaymentSite.Builder position(Double... position)

      Position defined as [longitude, latitude].

      Parameters:
      position - Position defined as [longitude, latitude].
      Returns:
      Returns a reference to this object so that method calls can be chained together.