WaypointOptimizationConnection
This contains information such as distance and duration from one waypoint to the next waypoint in the sequence.
Contents
- Distance
-
Distance of the step.
Type: Long
Valid Range: Minimum value of 0. Maximum value of 4294967295.
Required: Yes
- From
-
contains the ID of the starting waypoint in this connection.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Required: Yes
- RestDuration
-
Resting time before the driver can continue driving.
Type: Long
Valid Range: Minimum value of 0. Maximum value of 4294967295.
Required: Yes
- To
-
Contains the ID of the ending waypoint in this connection.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Required: Yes
- TravelDuration
-
Total duration.
Unit:
seconds
Type: Long
Valid Range: Minimum value of 0. Maximum value of 4294967295.
Required: Yes
- WaitDuration
-
Duration of a wait step.
Unit:
seconds
Type: Long
Valid Range: Minimum value of 0. Maximum value of 4294967295.
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: