| Package | Description |
|---|---|
| com.graphhopper.routing.util | |
| com.graphhopper.util |
| 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 | Field and Description |
|---|---|
protected InstructionAnnotation |
Instruction.annotation |
static InstructionAnnotation |
InstructionAnnotation.EMPTY |
| Modifier and Type | Method and Description |
|---|---|
InstructionAnnotation |
Instruction.getAnnotation() |
| Constructor and Description |
|---|
Instruction(int sign,
String name,
InstructionAnnotation ia,
PointList pl)
The points, distances and times have exactly the same count.
|
RoundaboutInstruction(int sign,
String name,
InstructionAnnotation ia,
PointList pl) |
ViaInstruction(String name,
InstructionAnnotation ia,
PointList pl) |
Copyright © 2012–2018. All rights reserved.