RouteDestinationOptions
Options related to the destination.
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: Maximum value of 2000.
Required: No
- AvoidUTurns
-
Avoid U-turns for calculation on highways and motorways.
Type: Boolean
Required: No
- Heading
-
GPS Heading at the position.
Type: Double
Valid Range: Minimum value of 0.0. Maximum value of 360.0.
Required: No
- Matching
-
Options to configure matching the provided position to the road network.
Type: RouteMatchingOptions object
Required: No
- SideOfStreet
-
Options to configure matching the provided position to a side of the street.
Type: RouteSideOfStreetOptions object
Required: No
- StopDuration
-
Duration of the stop.
Unit:
secondsType: Long
Valid Range: Minimum value of 0. Maximum value of 4294967295.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: