Uses of Class
com.graphhopper.util.Instruction
Packages that use Instruction
-
Uses of Instruction in com.graphhopper.util
Subclasses of Instruction in com.graphhopper.utilModifier and TypeClassDescriptionclass
class
class
Methods in com.graphhopper.util that return InstructionModifier and TypeMethodDescriptionInstructionList.get
(int index) InstructionList.remove
(int index) InstructionList.set
(int index, Instruction element) Instruction.setDistance
(double distance) Instruction.setTime
(long time) Methods in com.graphhopper.util with parameters of type InstructionModifier and TypeMethodDescriptionvoid
InstructionList.add
(int index, Instruction element) InstructionList.set
(int index, Instruction element) Constructors in com.graphhopper.util with parameters of type Instruction