Package | Description |
---|---|
com.graphhopper.routing.lm |
Modifier and Type | Method and Description |
---|---|
LandmarkStorage |
LandmarkStorage.create(long byteCount) |
LandmarkStorage |
LandmarkStorage.setLandmarkSuggestions(List<LandmarkSuggestion> landmarkSuggestions)
This method forces the landmark preparation to skip the landmark search and uses the specified landmark list instead.
|
LandmarkStorage |
LandmarkStorage.setMaximumWeight(double maxWeight)
Specify the maximum possible value for your used area.
|
Constructor and Description |
---|
LMApproximator(Graph graph,
Weighting weighting,
int maxBaseNodes,
LandmarkStorage lms,
int activeCount,
double factor,
boolean reverse) |
LMRoutingAlgorithmFactory(LandmarkStorage lms) |
Copyright © 2012–2020. All rights reserved.