Interface MapMatchingConfig.Builder

    • Method Detail

      • idAttributeName

        MapMatchingConfig.Builder idAttributeName​(String idAttributeName)

        The field name for the data that describes the identifier representing a collection of GPS points belonging to an individual trace.

        Parameters:
        idAttributeName - The field name for the data that describes the identifier representing a collection of GPS points belonging to an individual trace.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • timestampAttributeName

        MapMatchingConfig.Builder timestampAttributeName​(String timestampAttributeName)

        The name of the timestamp attribute.

        Parameters:
        timestampAttributeName - The name of the timestamp attribute.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • xAttributeName

        MapMatchingConfig.Builder xAttributeName​(String xAttributeName)

        The name of the X-attribute

        Parameters:
        xAttributeName - The name of the X-attribute
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • yAttributeName

        MapMatchingConfig.Builder yAttributeName​(String yAttributeName)

        The name of the Y-attribute

        Parameters:
        yAttributeName - The name of the Y-attribute
        Returns:
        Returns a reference to this object so that method calls can be chained together.