03-28-2019 04:44
03-28-2019 04:44
Hi, I was wondering if there was a possibility to measure stats like speed or distance using the Exercise API without having to use the GPS. I was trying some simple examples and all I get using exercise.stats.speed.current is 0. Is there a better possibility to measure speed? Maybe using accelerometer data... Thank you.
Answered! Go to the Best Answer.
Best Answer03-28-2019 11:46
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
03-28-2019 11:46
If you're doing a step based activity, then it should work without GPS.
exercise.start("run", { gps: false });
Best Answer03-28-2019 11:46
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
03-28-2019 11:46
If you're doing a step based activity, then it should work without GPS.
exercise.start("run", { gps: false });
Best Answer