| Package | Description |
|---|---|
| com.graphhopper | |
| com.graphhopper.routing | |
| com.graphhopper.util |
| Modifier and Type | Method and Description |
|---|---|
TranslationMap |
GraphHopper.getTranslationMap() |
| Modifier and Type | Method and Description |
|---|---|
protected Router |
GraphHopper.doCreateRouter(BaseGraph baseGraph,
EncodingManager encodingManager,
LocationIndex locationIndex,
Map<String,Profile> profilesByName,
PathDetailsBuilderFactory pathBuilderFactory,
TranslationMap trMap,
RouterConfig routerConfig,
WeightingFactory weightingFactory,
Map<String,RoutingCHGraph> chGraphs,
Map<String,LandmarkStorage> landmarks) |
| Constructor and Description |
|---|
Router(BaseGraph graph,
EncodingManager encodingManager,
LocationIndex locationIndex,
Map<String,Profile> profilesByName,
PathDetailsBuilderFactory pathDetailsBuilderFactory,
TranslationMap translationMap,
RouterConfig routerConfig,
WeightingFactory weightingFactory,
Map<String,RoutingCHGraph> chGraphs,
Map<String,LandmarkStorage> landmarks) |
| Modifier and Type | Method and Description |
|---|---|
TranslationMap |
TranslationMap.doImport()
This loads the translation files from classpath.
|
TranslationMap |
TranslationMap.doImport(File folder)
This loads the translation files from the specified folder.
|
Copyright © 2012–2022. All rights reserved.