Interface RoutePassThroughPlace.Builder

  • Method Details

    • originalPosition

      RoutePassThroughPlace.Builder originalPosition(Collection<Double> originalPosition)

      Position provided in the request.

      Parameters:
      originalPosition - Position provided in the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • originalPosition

      RoutePassThroughPlace.Builder originalPosition(Double... originalPosition)

      Position provided in the request.

      Parameters:
      originalPosition - Position provided in the request.
      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

      RoutePassThroughPlace.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.
    • waypointIndex

      RoutePassThroughPlace.Builder waypointIndex(Integer waypointIndex)

      Index of the waypoint in the request.

      Parameters:
      waypointIndex - Index of the waypoint in the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.