bmwcarit / barefoot

Java map matching library for integrating the map into software and services with state-of-the-art online and offline map matching that can be used stand-alone and in the cloud.
Apache License 2.0
664 stars 185 forks source link

About simple routing (Dijkstra) #134

Closed fly2008begin closed 5 years ago

fly2008begin commented 5 years ago

Hello: Has simple routing (Dijkstra) been developed before? Where can I find the examples? Thanks a lot!

smattheis commented 5 years ago

The library is not optimized for routing and there is no REST-like API for that. Please use the Javadoc for more details on how to use the routing capabilities, see here: https://github.com/bmwcarit/barefoot/blob/master/src/main/java/com/bmwcarit/barefoot/topology/Router.java