HI there - I’ve noticed a minor issue with one of the examples in section 4.3 of the Technical Documentation PDF (I’m using v3.3).
Example 4.3.1, among other things, calls out that to get trip duration you need to add up the ‘duration’ value for all the legs of that trip…. which is true, but it doesn’t take into account the waiting time between legs, so you’d only get an ‘actual time in motion’ figure.
While it’s probably possible to try and incorporate the wait time between legs, it would be much easier to just subtract leg 0\origin\departureTimeEstimated from last leg\destination\arrivalTimeEstimated.
Just an OCD-initiated FYI ![]()