rilling / OpenTracks-Winter-SOEN-6431_2024

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

GH-135 : Added a method to calculate the average speed #180

Closed SrujithaYeruva closed 5 months ago

SrujithaYeruva commented 5 months ago

Adding new feature called getAverageSpeed which is designed to compute the average speed using the data available.This method encapsulates the logic for computing the average speed based on available data, ensuring robustness by handling edge cases and providing a clear and concise interface for obtaining this metric within the context of the class.

Link to the the issue

135