Package | Description |
---|---|
com.graphhopper.routing | |
com.graphhopper.util.details |
Modifier and Type | Class and Description |
---|---|
class |
InstructionsFromEdges
This class calculates instructions from the edges in a Path.
|
Modifier and Type | Method and Description |
---|---|
void |
Path.forEveryEdge(Path.EdgeVisitor visitor)
Iterates over all edges in this path sorted from start to end and calls the visitor callback
for every edge.
|
Modifier and Type | Class and Description |
---|---|
class |
PathDetailsFromEdges
This class calculates a PathDetail list in a similar fashion to the instruction calculation,
also see
InstructionsFromEdges . |
Copyright © 2012–2020. All rights reserved.