Hi,
I'm able to get the current speed by using the WatchPosition and getting the data from the LocationTracker block.
But the problem is that the current speed only refreshes around 1-3 seconds.
So my last solution is to call 5 WatchPositions in a delay of 0.2s using JavaScript. I was expecting it to refreshes every 0.2s. But unfortunately, this solution doesn't solve the issue.
Is there any other way to solve this problem?
Thank you.