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

Properties

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Regenerate whenever a change is made

Link copied to clipboard
open override fun hashCode(): Int

Regenerate whenever a change is made

Link copied to clipboard
Link copied to clipboard
open override fun toString(): String

Returns a string representation of the object