I would like to embed graphhopper
into my java application (J2EE) in order to calculate route distances between many points on the map. Points are given by their longitudes and latitudes. I don't need to render the map.
Can you give step by step details how to do that?
This link describes lines of code to be added. But it doesn't tell how to import graphhopper classes into my project.
I downloaded .pbf for my region and graphhopper project itself and getting stuck how to use it.