Uses of Interface
com.graphhopper.routing.Path.EdgeVisitor
Packages that use Path.EdgeVisitor
-
Uses of Path.EdgeVisitor in com.graphhopper.routing
Classes in com.graphhopper.routing that implement Path.EdgeVisitorModifier and TypeClassDescriptionclassThis class calculates instructions from the edges in a Path.Methods in com.graphhopper.routing with parameters of type Path.EdgeVisitorModifier and TypeMethodDescriptionvoidPath.forEveryEdge(Path.EdgeVisitor visitor) Iterates over all edges in this path sorted from start to end and calls the visitor callback for every edge. -
Uses of Path.EdgeVisitor in com.graphhopper.util.details
Classes in com.graphhopper.util.details that implement Path.EdgeVisitorModifier and TypeClassDescriptionclassThis class calculates a PathDetail list in a similar fashion to the instruction calculation, also seeInstructionsFromEdges.