| 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.find(double lat,
double lon,
double maxDistance)
This method is useful for navigation devices to find the next instruction for the specified
coordinate (e.g.
|
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) |
double |
Instruction.calcAzimuth(Instruction nextI)
Return the azimuth in degree based on the first tracksegment of this instruction.
|
String |
Instruction.calcDirection(Instruction nextI)
Return the direction like 'NE' based on the first tracksegment of the instruction.
|
Instruction |
InstructionList.set(int index,
Instruction element) |
| Constructor and Description |
|---|
ViaInstruction(Instruction instr) |
Copyright © 2012–2019. All rights reserved.