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
Hi! Since you moved to Valhalla, according to your blog posts, is there a plan to support it in the SDK? As far as I can see, the supported API in this SDK is still OSRM-like, and differs from what Valhalla supports at the moment
The text was updated successfully, but these errors were encountered:
The iOS navigation SDK supports Valhalla for offline routing via the MapboxNavigationNative framework. At the moment, MapboxDirections.swift only supports a Valhalla server endpoint if that endpoint translates the requests and responses between OSRM format and Valhalla format, but there’s no dedicated support for a raw Valhalla endpoint at the moment.
#393 added initializers for Route, RouteLeg, and RouteStep that you can use as a workaround to transform raw Valhalla responses to type-safe model objects.
Hi! Since you moved to Valhalla, according to your blog posts, is there a plan to support it in the SDK? As far as I can see, the supported API in this SDK is still OSRM-like, and differs from what Valhalla supports at the moment
The text was updated successfully, but these errors were encountered: