iOS-Open-GPX-Tracker
iOS-Open-GPX-Tracker copied to clipboard
Display average speed of a track route.
Sometimes, I use this app to track while driving, and at the end of the journey, I would check the distance travelled, and the time taken. The app would display the distance travelled, and the speed while on the move. I sometime wish it would also display the average speed at the end of the journey.
Hi @fdiengdoh ,
Theoretically, this can be done, as what I understand from average speed meant to compute by using the total distance divided by the total elapsed time.
That said, a potential issue would be when a file is resumed. If the average speed is shared with the current speed text label, the speed label will be refreshed when ever there is a change in current speed detected. That said, having a separate label has an issue of being irrelevant when resumed. This might require quite a bit of rewrite of the current code, to fulfill without affecting anything.
Something that could be considered, but probably wouldn't be implemented yet, at this current point.