RouteMatchingOptions
Options related to route matching.
Contents
- NameHint
 - 
               
Attempts to match the provided position to a road similar to the provided name.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 100.
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:
metersType: Long
Valid Range: Minimum value of 0. Maximum value of 4294967295.
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:
MetersType: 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 | MatchMostSignificantRoadRequired: No
 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: