Interface RoadSnapSnappedTracePoint.Builder

  • Method Details

    • confidence

      RoadSnapSnappedTracePoint.Builder confidence(Double confidence)

      Confidence value for the correctness of this point match.

      Parameters:
      confidence - Confidence value for the correctness of this point match.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • originalPosition

      RoadSnapSnappedTracePoint.Builder originalPosition(Collection<Double> originalPosition)

      Position of the TracePoint provided within the request, at the same index.

      Parameters:
      originalPosition - Position of the TracePoint provided within the request, at the same index.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • originalPosition

      RoadSnapSnappedTracePoint.Builder originalPosition(Double... originalPosition)

      Position of the TracePoint provided within the request, at the same index.

      Parameters:
      originalPosition - Position of the TracePoint provided within the request, at the same index.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • snappedPosition

      RoadSnapSnappedTracePoint.Builder snappedPosition(Collection<Double> snappedPosition)

      Snapped position of the TracePoint provided within the request, at the same index.

      Parameters:
      snappedPosition - Snapped position of the TracePoint provided within the request, at the same index.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • snappedPosition

      RoadSnapSnappedTracePoint.Builder snappedPosition(Double... snappedPosition)

      Snapped position of the TracePoint provided within the request, at the same index.

      Parameters:
      snappedPosition - Snapped position of the TracePoint provided within the request, at the same index.
      Returns:
      Returns a reference to this object so that method calls can be chained together.