admin管理员组

文章数量:1389762

I am developing an Android application using the Mapbox Navigation SDK for turn-by-turn navigation. However, instead of using Mapbox's routing service, I want to use my own routing server (based on OSRM or Valhalla).

How can I inject the response from my custom routing server into the Mapbox navigation system?

本文标签: javaCan I use a custom routing server with Mapbox Navigation SDK on AndroidStack Overflow