March 2024

Introducing Speed Profiling in MTS

1min

Date: March 22, 2024

We are excited to announce the availability of the Speed Profiling feature in the Motion Tracking System (MTS) APIs. This feature enables developers to analyze and monitor vehicles' speed behavior.

New Features:

The GetTrace API now includes speed profiling information for each trace point in the response. Developers can define custom speed thresholds for "halt" and "overspeed" conditions using the halt and overspeed query parameters. Each trace point is categorized as "halt," "normal," or "overspeed" based on the speed value and defined thresholds.

Refer to the docs here for details on using the Speed Profile feature.