IsolineMatchingOptions
class IsolineMatchingOptions
Controls how origin and destination points are matched to the road network when they don't fall exactly on a road. Matching options help ensure realistic routing by connecting points to appropriate roads.
Types
Properties
Link copied to clipboard
The maximum distance in meters that a point can be from a road while still being considered "on" that road. Points further than this distance require explicit matching.
Link copied to clipboard
Determines how points are matched to the road network. MatchAny finds the nearest viable road segment, while MatchMostSignificantRoad prioritizes major roads.