Set weight of edges in routing graph of skobbler sdk

94 views Asked by At

I want to use OpenStreetMap and Skobbler SDK for an Android App providing route navigation. Can I manipulate the weight if edges in routing Graphs of Skobbler SDK? I've looked up in the online documentation and reference but I didn't find anything related to weights of graph edges.

Best Regards

1

There are 1 answers

4
Ando On

You cannot easily do this. Some possible alternatives:

  • if the weights are "static" (not changing during runs) - you can build a custom routing profile with the help of the Telenav/skobbler team (it depends on what exactly you want to change, it might be that you can modify an already existing routing profile or you would need a new one)
  • if you want "dynamic" weights - you can model this as a traffic server - exposing your dynamic weights in OpenLR format would allow the SDK to read this information at run time (this might also require some integration work in the SDK so check directly with their team). This is definitely possible as the SDK already has traffic information integrated