Working hours

The Working hours feature sorts the trips according to whether they are made during working hours. The trips are then automatically tagged as BUSINESS or PERSONAL.

The feature also permits to set time slots during which the automatic starting mode is disabled, which offers more privacy control for the driver.

You can start displaying that screen by calling the following method:

DriveKitNavigationController.tripAnalysisUIEntryPoint?.startWorkingHoursActivity(context)

Last updated