03-28-2019 04:44
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

03-28-2019 04:44
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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.

Accepted Solutions
03-28-2019 11:46
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


03-28-2019 11:46
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
If you're doing a step based activity, then it should work without GPS.
exercise.start("run", { gps: false });

03-28-2019 11:46
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


03-28-2019 11:46
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
If you're doing a step based activity, then it should work without GPS.
exercise.start("run", { gps: false });

