Welcome Guest,Register Now
Log In

ANT Forum

Welcome guest, please Login or Register

   

problem Latitude and Longitude

Rank

Total Posts: 1

Joined 2016-03-07

PM

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 .