hi ,
I have a problem about to trace the path . I use recordMesg.setPositionLat and recordMesg.setPositionLong functions, but when I load the .fit file (in Strava for example ) the position is always at the center of the Earth . I use the functions in this way :
....
recordMesg.setPositionLat ((int) location.getLatitude ) ;
recordMesg.setPositionLong ((int) location.getLongitude ) ;
....
Thanks .