| Package | Description |
|---|---|
| com.graphhopper.util |
| Modifier and Type | Class and Description |
|---|---|
class |
FinishInstruction |
class |
RoundaboutInstruction |
class |
ViaInstruction |
| Modifier and Type | Method and Description |
|---|---|
Instruction |
InstructionList.get(int index) |
Instruction |
InstructionList.remove(int index) |
Instruction |
InstructionList.set(int index,
Instruction element) |
Instruction |
Instruction.setDistance(double distance) |
Instruction |
Instruction.setTime(long time) |
| Modifier and Type | Method and Description |
|---|---|
void |
InstructionList.add(int index,
Instruction element) |
Instruction |
InstructionList.set(int index,
Instruction element) |
| Constructor and Description |
|---|
ViaInstruction(Instruction instr) |
Copyright © 2012–2023. All rights reserved.