start property

Coordinate? start
final

Coordinate object describing the start location of this vehicle.

start and end are optional for a vehicle, as long as at least one of them is present. If start is omitted, the resulting route will start at the first visited task, whose choice is determined by the optimization process.

To request a round trip, just specify both start and end with the same coordinates.

Implementation

final Coordinate? start;