Visits/Fleet/Output
The visits object for /pdp-long
remains exactly the same as that for /vrp-long
, with two exceptions. Instead of a single location
object, each visit
has a pickup
and dropoff
object containing their own location
objects and start
, end
and duration
parameters. Additionally, there is an optional time_limit
parameter that specifies the maximum in vehicle time (in minutes) that a job can take.
JSON
The fleet
object and output
for /pdp-long
remains exactly the same as that for /vrp-long
.
Last updated