WaypointOptimizationWaypoint
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
- AccessHours
-
Access hours corresponding to when a waypoint can be visited.
Type: WaypointOptimizationAccessHours object
Required: No
- AppointmentTime
-
Appointment time at the waypoint.
Type: String
Pattern:
([1-2][0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):([0-5][0-9]):([0-5][0-9]|60)(\.[0-9]{0,9})?(Z|[+-]([01][0-9]|2[0-3]):[0-5][0-9])
Required: No
- Before
-
Constraint defining what waypoints are to be visited after this waypoint.
Type: Array of integers
Required: No
- Heading
-
GPS Heading at the position.
Type: Double
Valid Range: Minimum value of 0.0. Maximum value of 360.0.
Required: No
- Id
-
The waypoint Id.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Required: No
- ServiceDuration
-
Service time spent at the waypoint. At an appointment, the service time should be the appointment duration.
Unit:
seconds
Type: Long
Valid Range: Minimum value of 0. Maximum value of 4294967295.
Required: No
- SideOfStreet
-
Options to configure matching the provided position to a side of the street.
Type: WaypointOptimizationSideOfStreetOptions object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: