start property

ORSCoordinate? start
final

ORSCoordinate 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 ORSCoordinate? start;