For a while I was busy with the osmdroid and osm bonus package (awesome libraries!), And thought about the idea of autonomous routing and turning the navigation turn, now I haven’t tried anything yet, but something sounds very promising when you drop graphics into the mix:
The official Wiki guide is as follows:
- Download the raw map file (.osm, .osm.pbf, etc.).
- To run. /graphhopper.sh import map_file
Now this is intended to work with MapsForge, and I did not have the opportunity to check the received .ghz file containing the routing data for the map, BUT my question is whether this routing data can be used to create the PathOverlay object included in the OSM bonus package to actually draw any routes?
Interestingly, someone already tried something like this and say something about it, any help was appreciated.
source
share