I have a question about reliability of info.elapsedDistance in the simulator (or FIT-file). If I, at the same call to compute in a simple data field,store both info.timerTime and info.elapsedDistance and then later do the same and use those to calculate speed ( d2 - d1 ) / ( ( t2 - t1 ) / 1000 ) I get a speed that is much faster then the average speed (info.currentSpeed) during the same period.
Do I miss something obviously or misinterpret the time/distance properties of the info class?
What I want to do in the end is to show the pace over the last, rolling, km/mile which will require an array of time and distance readings large enough to get t1, d1 and t2, d2 where the distance difference is at least 1000 meters or 1609.344 meters.
Using SDK 3.1.4-2019-09-17
Best regards,
Tobias