Course Distance data field

Is there a data field (from third party?) of the the traveled distance of a followed course. This may not necessarily be the distance I have ridden due to a detour for an instance. I consider such a data field relevant, when I am following a road book or similar. This field is basically the total distance of the course minus the distance to destination. Thx.

  • I don‘t think that there is a simple CIQ datafield for it.

    Handling this is a little tricky, as the CIQ API only specifies the “distance to destination” (and not the length of the loaded course). Therefore, you must declare the first measured value for the distance to destination as the total distance. If you load the route at its starting point, the distance to destination corresponds to the total distance. If you load a new route during an activity while a route was already loaded, the calculation will fail.