How does this get set in Java?
Currently using
<dependency>
<groupId>com.graphhopper</groupId>
<artifactId>graphhopper</artifactId>
<version>0.7.0</version>
<type>jar</type>
</dependency>
D0 you have to set within
graphHopper = new GraphHopper().setGraphHopperLocation(RouteToMap.LocationGrapphopperFiles) // "gh-car"
.setEncodingManager(new EncodingManager("car"))
.setOSMFile(RouteToMap.LocationRoutingFile)
.setElevation(true)
.setElevationProvider(new CGIARProvider().setCacheDir(new File("C:/Users/")))
.forDesktop();