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.
Contents
- NameHint
-
The expected street name near the point. Helps disambiguate matching when multiple roads are within range.
Type: String
Required: No
- OnRoadThreshold
-
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.
Unit:
metersType: Long
Valid Range: Minimum value of 0. Maximum value of 4294967295.
Required: No
- Radius
-
The maximum distance in meters to search for roads to match to. Points with no roads within this radius will fail to match. The roads that are considered within this radius are determined by the specified
StrategyUnit:
metersType: Long
Valid Range: Minimum value of 0. Maximum value of 4294967295.
Required: No
- Strategy
-
Determines how points are matched to the road network.
MatchAnyfinds the nearest viable road segment, whileMatchMostSignificantRoadprioritizes major roads.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: