Hi folks,
I am new to garmin application development. I'd like to build an application that provide additional insight of recorded running sessions. However, I couldn't find a class from the API that could provide the information I need.
What I am looking for is the detail of the session, e.g. the pace and heart rate under specific timestamp. This would allow me to build application that shows how many percent of times the user is under what pace at what heartrate zone. The most close class that contains this detail seems to be Activity.Info, but that doesn't contain the detail I need.
Any suggestion ?
Thanks.