RoadObjectMatcherOptions
class RoadObjectMatcherOptions
Configures the road object matching behavior.
If no specific options are provided, default values will be utilized.
Parameters
openLRMaxDistanceToNode
Specifies the maximum search distance (in meters) from a Linear Referencing Point (LRP) to a graph node when matching road objects. This value directly influences the number of graph candidates fetched around an LRP.
A low value might prevent finding the nearest graph candidates, potentially leading to matching failures.
A high value can negatively impact performance due to increased processing of candidates.
matchingGraphType
Determines the type of graph data used for matching road objects. See NavigationTileDataDomain for available types.
Types
Link copied to clipboard
class Builder
Build a new RoadObjectMatcherOptions