Interface MapMatchingConfig.Builder

All Superinterfaces:
Buildable, CopyableBuilder<MapMatchingConfig.Builder,MapMatchingConfig>, SdkBuilder<MapMatchingConfig.Builder,MapMatchingConfig>, SdkPojo
Enclosing class:
MapMatchingConfig

public static interface MapMatchingConfig.Builder extends SdkPojo, CopyableBuilder<MapMatchingConfig.Builder,MapMatchingConfig>
  • Method Details

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