Replies: 2 comments
-
With some careful math, you can figure out the per step turn durations by doing |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you, that will probably be enough for my use case |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to recalculate remaining travel time of route, so I'm using trip service with annotations=distance,duration,speed and increase traveled time each time i reach next coord of the path (using duration array from received annotation). The problem is that annotation durations calculated without turn time in them, so sum(annotation.durations) != route.duration, so i can't easily recalculate remaining time each time I move
Beta Was this translation helpful? Give feedback.
All reactions