public static interface MapMatchingConfig.Builder extends SdkPojo, CopyableBuilder<MapMatchingConfig.Builder,MapMatchingConfig>
| Modifier and Type | Method and Description |
|---|---|
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.
|
MapMatchingConfig.Builder |
timestampAttributeName(String timestampAttributeName)
The name of the timestamp attribute.
|
MapMatchingConfig.Builder |
xAttributeName(String xAttributeName)
The name of the X-attribute
|
MapMatchingConfig.Builder |
yAttributeName(String yAttributeName)
The name of the Y-attribute
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMapMatchingConfig.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.
idAttributeName - The field name for the data that describes the identifier representing a collection of GPS points
belonging to an individual trace.MapMatchingConfig.Builder timestampAttributeName(String timestampAttributeName)
The name of the timestamp attribute.
timestampAttributeName - The name of the timestamp attribute.MapMatchingConfig.Builder xAttributeName(String xAttributeName)
The name of the X-attribute
xAttributeName - The name of the X-attributeMapMatchingConfig.Builder yAttributeName(String yAttributeName)
The name of the Y-attribute
yAttributeName - The name of the Y-attributeCopyright © 2023. All rights reserved.