| Package | Description |
|---|---|
| com.graphhopper | |
| com.graphhopper.routing |
| Modifier and Type | Field and Description |
|---|---|
InstructionList |
Trip.WalkLeg.instructions |
| Modifier and Type | Method and Description |
|---|---|
InstructionList |
PathWrapper.getInstructions() |
| Modifier and Type | Method and Description |
|---|---|
void |
PathWrapper.setInstructions(InstructionList instructions) |
| Constructor and Description |
|---|
WalkLeg(String departureLocation,
Date departureTime,
List<EdgeIteratorState> edges,
com.vividsolutions.jts.geom.Geometry geometry,
double distance,
InstructionList instructions,
Date arrivalTime) |
| Modifier and Type | Method and Description |
|---|---|
InstructionList |
Path.calcInstructions(Translation tr) |
| Constructor and Description |
|---|
InstructionsFromEdges(int tmpNode,
Graph graph,
Weighting weighting,
FlagEncoder encoder,
NodeAccess nodeAccess,
Translation tr,
InstructionList ways) |
Copyright © 2012–2018. All rights reserved.