IsolineDestinationOptions
Options that control how the destination point is interpreted and matched to the road network when calculating reachable areas. This affects which roads are considered accessible near the destination and how the final approach is calculated.
Contents
- AvoidActionsForDistance
-
The distance in meters from the destination point within which certain routing actions (such as U-turns or left turns across traffic) are restricted. This helps generate more practical routes by avoiding potentially dangerous maneuvers near the endpoint.
Type: Long
Valid Range: Minimum value of 0. Maximum value of 4294967295.
Required: No
- Heading
-
The initial direction of travel in degrees (0-360, where 0 is north). This can affect which road segments are considered accessible from the starting point.
Type: Double
Valid Range: Minimum value of 0.0. Maximum value of 360.0.
Required: No
- Matching
-
Controls how the destination point is matched to the road network, including search radius and name-based matching preferences.
Type: IsolineMatchingOptions object
Required: No
- SideOfStreet
-
Specifies which side of the street should be considered accessible, which is important when building entrances or parking access points are only reachable from one side of the road.
Type: IsolineSideOfStreetOptions object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: