Interface RouteTollPaymentSite.Builder

    • Method Detail

      • name

        RouteTollPaymentSite.Builder name​(String 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

        RouteTollPaymentSite.Builder position​(Collection<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.
      • 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.