| Package | Description |
|---|---|
| com.graphhopper.routing | |
| com.graphhopper.routing.template | |
| com.graphhopper.routing.util | |
| com.graphhopper.util |
| Modifier and Type | Method and Description |
|---|---|
InstructionList |
Path.calcInstructions(Translation tr) |
| Constructor and Description |
|---|
InstructionsFromEdges(int tmpNode,
Graph graph,
Weighting weighting,
FlagEncoder encoder,
NodeAccess nodeAccess,
Translation tr,
InstructionList ways) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ViaRoutingTemplate.isReady(PathMerger pathMerger,
Translation tr) |
boolean |
RoutingTemplate.isReady(PathMerger pathMerger,
Translation tr)
This method merges the returned paths appropriately e.g.
|
boolean |
RoundTripRoutingTemplate.isReady(PathMerger pathMerger,
Translation tr) |
boolean |
AlternativeRoutingTemplate.isReady(PathMerger pathMerger,
Translation tr) |
| Modifier and Type | Method and Description |
|---|---|
InstructionAnnotation |
FlagEncoder.getAnnotation(long flags,
Translation tr) |
InstructionAnnotation |
DataFlagEncoder.getAnnotation(long flags,
Translation tr) |
InstructionAnnotation |
BikeCommonFlagEncoder.getAnnotation(long flags,
Translation tr) |
InstructionAnnotation |
AbstractFlagEncoder.getAnnotation(long flags,
Translation tr) |
| Modifier and Type | Class and Description |
|---|---|
static class |
TranslationMap.TranslationHashMap |
| Modifier and Type | Method and Description |
|---|---|
Translation |
TranslationMap.get(String locale)
Returns the Translation object for the specified locale and returns null if not found.
|
Translation |
TranslationMap.getWithFallBack(Locale locale)
Returns the Translation object for the specified locale and falls back to English if the
locale was not found.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TranslationMap.add(Translation tr) |
void |
PathMerger.doWork(PathWrapper altRsp,
List<Path> paths,
Translation tr) |
String |
ViaInstruction.getTurnDescription(Translation tr) |
String |
RoundaboutInstruction.getTurnDescription(Translation tr) |
String |
Instruction.getTurnDescription(Translation tr) |
String |
FinishInstruction.getTurnDescription(Translation tr) |
| Constructor and Description |
|---|
InstructionList(int cap,
Translation tr) |
InstructionList(Translation tr) |
Copyright © 2012–2018. All rights reserved.