Interface RoadSnapTracePoint.Builder

  • Method Details

    • heading

      GPS Heading at the position.

      Parameters:
      heading - GPS Heading at the position.
      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

      RoadSnapTracePoint.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.
    • speed

      Speed at the specified trace point .

      Unit: KilometersPerHour

      Parameters:
      speed - Speed at the specified trace point .

      Unit: KilometersPerHour

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • timestamp

      RoadSnapTracePoint.Builder timestamp(String timestamp)

      Timestamp of the event.

      Parameters:
      timestamp - Timestamp of the event.
      Returns:
      Returns a reference to this object so that method calls can be chained together.