I'm using Google Fit API to develop a fitness app.
Take a look at this picture of a google fit recorded session on the Google fit app: here
I would like to know if it's possible to get the map displayed at the top of the screen. In fact, I know how to call the History API to get sessions but I can't figure out how to get the map displaying the route taken during the activity by the user.
I found this possible duplicate topic (unanswered): Google fit api: get distance/calories/speed when tracking running/biking
Any help would be appreciated !