Package com.graphhopper.routing.lm
Class LMRoutingAlgorithmFactory
java.lang.Object
com.graphhopper.routing.lm.LMRoutingAlgorithmFactory
- All Implemented Interfaces:
RoutingAlgorithmFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateAlgo
(Graph g, Weighting w, AlgorithmOptions opts) This method creates an algorithm out of this factory based on the specified opts and graph.setDefaultActiveLandmarks
(int defaultActiveLandmarks)
-
Constructor Details
-
LMRoutingAlgorithmFactory
-
-
Method Details
-
setDefaultActiveLandmarks
-
createAlgo
Description copied from interface:RoutingAlgorithmFactory
This method creates an algorithm out of this factory based on the specified opts and graph.- Specified by:
createAlgo
in interfaceRoutingAlgorithmFactory
-