RouteWaypoint
Waypoint between the Origin and Destination.
Contents
- Position
-
Position defined as
[longitude, latitude]
.Type: Array of doubles
Array Members: Fixed number of 2 items.
Required: Yes
- AvoidActionsForDistance
-
Avoids actions for the provided distance. This is typically to consider for users in moving vehicles who may not have sufficient time to make an action at an origin or a destination.
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
- PassThrough
-
If the waypoint should not be treated as a stop. If yes, the waypoint is passed through and doesn't split the route into different legs.
Type: Boolean
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:
seconds
Type: 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: