| Package | Description |
|---|---|
| com.graphhopper.routing | |
| com.graphhopper.routing.lm |
| Constructor and Description |
|---|
Router(GraphHopperStorage ghStorage,
LocationIndex locationIndex,
Map<String,Profile> profilesByName,
PathDetailsBuilderFactory pathDetailsBuilderFactory,
TranslationMap translationMap,
RouterConfig routerConfig,
WeightingFactory weightingFactory,
Map<String,CHGraph> chGraphs,
Map<String,LandmarkStorage> landmarks) |
| Modifier and Type | Method and Description |
|---|---|
LandmarkStorage |
LandmarkStorage.create(long byteCount) |
LandmarkStorage |
PrepareLandmarks.getLandmarkStorage() |
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.
|
| Modifier and Type | Method and Description |
|---|---|
static LMApproximator |
LMApproximator.forLandmarks(Graph g,
LandmarkStorage lms,
int activeLM) |
| Constructor and Description |
|---|
LMApproximator(Graph graph,
Weighting weighting,
int maxBaseNodes,
LandmarkStorage lms,
int activeCount,
double factor,
boolean reverse) |
LMRoutingAlgorithmFactory(LandmarkStorage lms) |
Copyright © 2012–2021. All rights reserved.