| Package | Description |
|---|---|
| com.graphhopper.util |
| 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–2019. All rights reserved.