rilling / OpenTracks-Winter-2024-COMP-354

OpenTracks is a sport tracking application that completely respects your privacy.
https://OpenTracksApp.com
Apache License 2.0
5 stars 27 forks source link

Expose TrackStatistic averages and totals for SkiSubActivity #162

Closed carbo18 closed 2 months ago

carbo18 commented 2 months ago

Currently SkiSubActivity does not expose the different metrics for its track. This is required to allow displaying these in the UI.

Add getter to expose the Distance, Speed, Gain, Loss, AvgHeartRate

There isn't any simpler alternative, and it matches the existing interfaces and structure of the code.