

# RouteMatrixMatchingOptions
<a name="API_RouteMatrixMatchingOptions"></a>

Matching options.

## Contents
<a name="API_RouteMatrixMatchingOptions_Contents"></a>

 ** NameHint **   <a name="location-Type-RouteMatrixMatchingOptions-NameHint"></a>
Attempts to match the provided position to a road similar to the provided name.  
Type: String  
Required: No

 ** OnRoadThreshold **   <a name="location-Type-RouteMatrixMatchingOptions-OnRoadThreshold"></a>
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 **   <a name="location-Type-RouteMatrixMatchingOptions-Radius"></a>
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 **   <a name="location-Type-RouteMatrixMatchingOptions-Strategy"></a>
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
<a name="API_RouteMatrixMatchingOptions_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/geo-routes-2020-11-19/RouteMatrixMatchingOptions) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/geo-routes-2020-11-19/RouteMatrixMatchingOptions) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/geo-routes-2020-11-19/RouteMatrixMatchingOptions) 