2

I am trying to make a basic navigation app from my MapsForge project. It seems there is no MapsForge library for Navigation. I found out that it could be done with Graphhopper but I couldn't find any Jar files of it either. Is there any Graphhopper libraries that i can add to my project or is there any other way including Graphhopper to my project?

mpromonet
  • 11,326
  • 43
  • 62
  • 91
petebp
  • 33
  • 1
  • 5

1 Answers1

0

Use maven or gradle via the snippet provided at https://graphhopper.com/#community or see the sample application in the repo

Karussell
  • 17,085
  • 16
  • 97
  • 197