| Package | Description |
|---|---|
| com.graphhopper | |
| com.graphhopper.routing | |
| com.graphhopper.util |
| Modifier and Type | Method and Description |
|---|---|
TranslationMap |
GraphHopper.getTranslationMap() |
| 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 |
|---|---|
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–2021. All rights reserved.