Introduction

The trip analysis API transforms GPS data collected by a smartphone or any other telematics system into actionable driver and vehicle analytics.

This API is automatically queried by the mobile SDKs as soon as a trip is completed. The results are returned, after a few seconds, to the SDK and can also be transmitted via a push data service to a third-party server.

The API provides a broad range of indicators that depends on your subscription. DriveKit's trip analysis API provides more than 200 indicators per trip. They are organized by categories so that you can choose the ones that best suit your use case. The categories of driving indicators are listed below.

Data that represent the driver's behaviour:

  • Eco-driving score.

  • Safety score.

  • Distraction score (phone use).

  • Speed limits score.

Data that measure the impact of driving behaviour on the vehicle:

  • Fuel consumption.

  • Pollutant emissions.

  • Tires and brakes wear.

Additional data describing the context of the trip:

  • Departure and arrival adresses and dates.

  • Average speed.

  • Driving context.

  • Weather.

The Trip analysis component also contains an accident detection feature that uses the smartphone's sensors to automatically detect if the vehicle has been involved in a crash. Smartphone-based accident detection allows you to:

  • offer a driver assistance solution integrated into your application;

  • access accurate data to speed up claims management.

We recommend you to test this component in the DriveKit Demo App before you integrate it in your application.

Last updated