Interface RoutePedestrianPlace.Builder

  • Method Details

    • name

      The name of the place.

      Parameters:
      name - The name of the place.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • originalPosition

      RoutePedestrianPlace.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

      RoutePedestrianPlace.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

      RoutePedestrianPlace.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.
    • sideOfStreet

      RoutePedestrianPlace.Builder sideOfStreet(String sideOfStreet)

      Options to configure matching the provided position to a side of the street.

      Parameters:
      sideOfStreet - Options to configure matching the provided position to a side of the street.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sideOfStreet

      RoutePedestrianPlace.Builder sideOfStreet(RouteSideOfStreet sideOfStreet)

      Options to configure matching the provided position to a side of the street.

      Parameters:
      sideOfStreet - Options to configure matching the provided position to a side of the street.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • waypointIndex

      RoutePedestrianPlace.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.