mr-pupu / astarku

skripsi astar
2 stars 0 forks source link

routing #1

Open rakucmr opened 10 years ago

rakucmr commented 10 years ago

how you make rooting? what you use?

mr-pupu commented 10 years ago

This application is not for the "rooting" but to find the shortest route (routing) which implements a simple shortest path search algorithm (astar).

rakucmr commented 10 years ago

Sorry, my misspelling :D. How you produce map graph?

mr-pupu commented 10 years ago
  1. map data obtained from OpenStreetMap , from which we get the road network data *.osm.
  2. then we are parsing a graph data structure using RoutingEngine.
  3. MapView on Android using third party libraries mapsforge

sorry my english :)

rakucmr commented 10 years ago

Thanks. I will check RoutingEngine, about mapsforge I use it and is ok. I'm waiting version 0.4 that seems to be better.

mr-pupu commented 10 years ago

maybe you can checkout mapsfroge rewrite branch

rakucmr commented 10 years ago

I saw mapsforge rewrite banch, haven't seen until nou RoutingEngine. Can you make some documentation on this engine? It also provide geocoding?