default WaypointOptimizationWaypoint.Builder |
WaypointOptimizationWaypoint.Builder.accessHours(Consumer<WaypointOptimizationAccessHours.Builder> accessHours) |
Access hours corresponding to when a waypoint can be visited.
|
WaypointOptimizationWaypoint.Builder |
WaypointOptimizationWaypoint.Builder.accessHours(WaypointOptimizationAccessHours accessHours) |
Access hours corresponding to when a waypoint can be visited.
|
WaypointOptimizationWaypoint.Builder |
WaypointOptimizationWaypoint.Builder.appointmentTime(String appointmentTime) |
Appointment time at the waypoint.
|
WaypointOptimizationWaypoint.Builder |
WaypointOptimizationWaypoint.Builder.before(Integer... before) |
Constraint defining what waypoints are to be visited after this waypoint.
|
WaypointOptimizationWaypoint.Builder |
WaypointOptimizationWaypoint.Builder.before(Collection<Integer> before) |
Constraint defining what waypoints are to be visited after this waypoint.
|
static WaypointOptimizationWaypoint.Builder |
WaypointOptimizationWaypoint.builder() |
|
WaypointOptimizationWaypoint.Builder |
WaypointOptimizationWaypoint.Builder.heading(Double heading) |
GPS Heading at the position.
|
WaypointOptimizationWaypoint.Builder |
WaypointOptimizationWaypoint.Builder.id(String id) |
The waypoint Id.
|
WaypointOptimizationWaypoint.Builder |
WaypointOptimizationWaypoint.Builder.position(Double... position) |
Position defined as [longitude, latitude].
|
WaypointOptimizationWaypoint.Builder |
WaypointOptimizationWaypoint.Builder.position(Collection<Double> position) |
Position defined as [longitude, latitude].
|
WaypointOptimizationWaypoint.Builder |
WaypointOptimizationWaypoint.Builder.serviceDuration(Long serviceDuration) |
Service time spent at the waypoint.
|
default WaypointOptimizationWaypoint.Builder |
WaypointOptimizationWaypoint.Builder.sideOfStreet(Consumer<WaypointOptimizationSideOfStreetOptions.Builder> sideOfStreet) |
Options to configure matching the provided position to a side of the street.
|
WaypointOptimizationWaypoint.Builder |
WaypointOptimizationWaypoint.Builder.sideOfStreet(WaypointOptimizationSideOfStreetOptions sideOfStreet) |
Options to configure matching the provided position to a side of the street.
|
WaypointOptimizationWaypoint.Builder |
WaypointOptimizationWaypoint.toBuilder() |
|