Skip to main content
All CollectionsRoute Optimization
Route Planning - Vehicle Settings
Route Planning - Vehicle Settings
Charles avatar
Written by Charles
Updated over a week ago

This article is regarding the field that can be utilized by the route planning feature in Detrack.

Field

Description

Required / Optional

Data Type

Example

Name / Vehicle No.

Identifier of your driver.

Required.

String

John

Vehicle Mode

Type of the vehicle. This option will determine the path taken by the vehicle.

Required. Default: Car

String

  • Car

  • Motorcycle

  • Truck

  • Heavy Truck

Groups

Jobs can be assigned to Vehicles with the same Group. Prevent Jobs with mismatch Group from being automatically assigned to the Vehicle. Refer to zone and group assignment.

Optional.

Array of Group object

Zones

Region that the Vehicle is serving. Prevent Jobs with mismatch Zone from being automatically assigned to the Vehicle.

Optional.

Array of Strings

E.g. [“North”, “Central”]

Working Hours

Working time of the vehicle. To be used in conjunction with the jobs’ Completion Time Window From and Completion Time Window To.

Optional.

Time

E.g. 09:00 to 18:00

Start Depot

Starting location of the vehicle. How To Add A Depot

Required.

String

End Depot

Ending location of the vehicle. For directing the vehicle to a specific location at the end of the route. How To Add A Depot

Optional.

String

Vehicle Capacity

Maximum load of the vehicle for capacitated vehicle routing problem (cVRP) to prevent overloading of the vehicle.

Optional

Integer

100

Did this answer your question?