Hello I understood that Web Direction API is not free with graphhopper…
But if graphopper.jar is embedded is my project, is it free?
Can do:
new GHRequest(pointList).setAlgorithm(Parameters.Algorithms.DIJKSTRA_BI).setVehicle(“car”);
req.getHints().put(Parameters.Routing.CALC_POINTS, “true”);
Could i find an free request equivalent to /nearest api?
Thanks.