You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RouteStepProgress.intersectionIndex is never set to anything beyond 0. Thus upcomingIntersection always returns the first intersection along the step, and userDistanceToUpcomingIntersection always measures the distance from the beginning of the current step to the current location.
Perhaps the code that actually sets intersectionIndex got removed by accident at some point?
RouteStepProgress.intersectionIndex
is never set to anything beyond 0. ThusupcomingIntersection
always returns the first intersection along the step, anduserDistanceToUpcomingIntersection
always measures the distance from the beginning of the current step to the current location.Perhaps the code that actually sets
intersectionIndex
got removed by accident at some point?/ref #560
/cc @bsudekum @vincethecoder
The text was updated successfully, but these errors were encountered: