Uses of Class
com.graphhopper.util.TranslationMap
Packages that use TranslationMap
-
Uses of TranslationMap in com.graphhopper
Methods in com.graphhopper that return TranslationMapMethods in com.graphhopper with parameters of type TranslationMapModifier and TypeMethodDescriptionprotected 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) -
Uses of TranslationMap in com.graphhopper.routing
Fields in com.graphhopper.routing declared as TranslationMapConstructors in com.graphhopper.routing with parameters of type TranslationMapModifierConstructorDescriptionRouter
(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) -
Uses of TranslationMap in com.graphhopper.util
Methods in com.graphhopper.util that return TranslationMapModifier and TypeMethodDescriptionTranslationMap.doImport()
This loads the translation files from classpath.This loads the translation files from the specified folder.