For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get started

Prerequisite

Before starting DriveKit Vehicle integration, make sure that you have initialized DriveKit, especially if you have disable the SDK auto-initialization.

Integration

Get framework

To add the Vehicle module to your app using Swift Package Manager, add DriveKitVehicle from repository: https://github.com/DriveQuantPublic/drivekit-sdk-spm.git as dependency.

TripAnalysis configuration overload

The configuration of the Vehicle SDK and its vehicles can overload the auto start configuration of the TripAnalysis SDK. To do this, you should call this method after the SDK Vehicle initialization:

DriveKitTripAnalysis.shared.setVehiclesConfigTakeover(vehiclesConfigTakeOver: true)

Last updated

Was this helpful?