RouteMatrixMatchingOptions
Matching options.
Contents
- NameHint
-
Attempts to match the provided position to a road similar to the provided name.
Type: String
Required: No
- OnRoadThreshold
-
If the distance to a highway/bridge/tunnel/sliproad is within threshold, the waypoint will be snapped to the highway/bridge/tunnel/sliproad.
Unit:
meters
Type: Long
Valid Range: Minimum value of 0.
Required: No
- Radius
-
Considers all roads within the provided radius to match the provided destination to. The roads that are considered are determined by the provided Strategy.
Unit:
Meters
Type: Long
Valid Range: Minimum value of 0. Maximum value of 4294967295.
Required: No
- Strategy
-
Strategy that defines matching of the position onto the road network. MatchAny considers all roads possible, whereas MatchMostSignificantRoad matches to the most significant road.
Type: String
Valid Values:
MatchAny | MatchMostSignificantRoad
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: