Builder

class Builder

Properties

Link copied to clipboard

Attempts to match the provided position to a road similar to the provided name.

Link copied to clipboard

If the distance to a highway/bridge/tunnel/sliproad is within threshold, the waypoint will be snapped to the highway/bridge/tunnel/sliproad.

Link copied to clipboard

Considers all roads within the provided radius to match the provided destination to. The roads that are considered are determined by the provided Strategy.

Link copied to clipboard

Strategy that defines matching of the position onto the road network. MatchAny considers all roads possible, whereas MatchMostSignificantRoad matches to the most significant road.