Skip to content
nutiteq edited this page Apr 5, 2013 · 12 revisions

graphhopper is creating open source Java routing library which can run also on Android device. It uses Mapsforge .map files, and creates own graphs on top of it.

AdvancedMap sample has GraphhopperRouteActivity.java which enables to open a graphhopper graph file package and calculates route between two clicks on map. It shows route as line. For instructions how to create graph file and use the library please check graphhopper wiki and sample code. There is no feature to get detailed route instructions yet, just route line and lenght calculations. So no real turn-by-turn navigation, but it is quite fast (route of 500+ km takes less than a second) and promising.

graphhopper route with Nutiteq SDK

Clone this wiki locally