|
|
|
|
|
by rchiniquy
6338 days ago
|
|
Check out http://www.openstreetmap.org. They provide open-source map data and code (like rana which has a module for routing) that does least-cost routing. There are a variety of approaches based on simple graph algorithms like naive A*. |
|
naive A* Can you explain?
And what's rana? All I need is route points between places even for service roads via programatic access (an API). I would like links to free resources (I'm a student)