Interface RoadSnapTracePoint.Builder

    • Method Detail

      • heading

        RoadSnapTracePoint.Builder heading​(Double 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

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

        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

        RoadSnapTracePoint.Builder speed​(Double 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.