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
Thank you @sj1914 for the taking time to create a detailed issue 👍. We are looking into this issue, meanwhile, can you please share the request to Directions that causes this issue?
(If modifier is coming out of the Directions API as reverse, then that would be a bug in the Directions API, since this field is documented as returning uturn in that case. reverse is only a valid value for the turn:lanes key in OpenStreetMap, not a maneuver or lane indication in the DIrections API.)
Hi there
We are frequently getting an error from mapbox when trying to calculate a route using the MapboxDirections API:
When diving in to this further, it looks like this enum value indeed does not exist in the code:
https://github.com/mapbox/mapbox-directions-swift/blob/main/Sources/MapboxDirections/RouteStep.swift
Here is a snippet of an example of one of the offending JSON responses:
Unless i am mistaken it appears the library is not equipped to decode this object.
Keen to hear of a solution, hope this is helpful!
Thanks.
The text was updated successfully, but these errors were encountered: