Discussions

Ask a Question
ANSWERED

Waypoint and Event Data

I have a question about the Get Trip with Details and Waypoints endpoint. When I call this endpoint on trips that were taken over 3 months ago, the Trip object does not contain any Waypoints or Details objects. It does contain Data, Statistics, and Scores objects. Are waypoints and events deleted after a certain amount of time? If so, what is this time period?

ANSWERED

Transport type probability

How is transport type probability calculated in the export data?

ANSWERED

Vehicles Details with Trip details

Hi, Is their any api which can give me the vehicles details of the particular trip

ANSWERED

HOW DO I INSTALL THE TRACKING

DO I NEED TO BUY A GPS AND INSTALL IT ON THE MOTORCYCLE?

ANSWERED

Roundabouts & Scoring on corners

Hello - is the tracking able to tell that roundabouts need cornering differently than, say, turning into a side street?

ANSWERED

User Permission Status

Hello,

ANSWERED

What would be possible range of "Value" varibale under "Events" ?

"Events": [
{
"Id": "",
"Type": "Acceleration",
"Date": "2023-10-09T08:22:10+01:00",
"Lat": 38.74998,
"Long": -9.10616,
"Value": 3.353325366973877
}
],

ANSWERED

How to Redirect Data from DataHub to My Own Cloud/Server?

I don't want to push data to DataHub; instead, I want to send it to my own cloud/server. Is there any way to achieve this? Please help me.

ANSWERED

trackingApi.getTracks() returns empty array

"I created an app by integrating the tracking SDK, manually starting a trip using trackingApi.startTracking(), and manually stopping it using trackingApi.stopTracking(). Multiple tables are created, but when retrieving tracks using trackingApi.getTracks(), it returns an empty array. Any help? Can you please explain how it works?

ANSWERED

not able to auto start track/trip

Hi, I have created an app using the Tracking SDK. I can start a trip/track manually using TrackingApi.startTracking(), but auto-start is not working for me. How can I resolve this? Is there any other solution I can try?