WaypointOptimizationWaypoint

Waypoint between the Origin and Destination.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Access hours corresponding to when a waypoint can be visited.

Link copied to clipboard

Appointment time at the waypoint.

Link copied to clipboard
val before: List<Int>?

Constraint defining what waypoints are to be visited after this waypoint.

Link copied to clipboard

GPS Heading at the position.

Link copied to clipboard
val id: String?

The waypoint Id.

Link copied to clipboard

Position defined as [longitude, latitude].

Link copied to clipboard

Service time spent at the waypoint. At an appointment, the service time should be the appointment duration.

Link copied to clipboard

Options to configure matching the provided position to a side of the street.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String