11-11-2020 22:37
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

11-11-2020 22:37
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Hi guys,
What is the most efficient way to calculate speed from Versa 3/Sense's GPS?
Thanks.

11-16-2020 04:15
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


11-16-2020 04:15
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
There's an example here which might be worth a look.
https://stackoverflow.com/questions/31456273/calculate-my-speed-with-geolocation-api-javascript

11-18-2020 13:02
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

11-18-2020 13:02
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Thanks Jon!
I also saw you can use:
let speed = position.coords;

