Package | Description |
---|---|
com.graphhopper | |
com.graphhopper.routing.template | |
com.graphhopper.util |
Modifier and Type | Method and Description |
---|---|
PathWrapper |
PathWrapper.addDebugInfo(String debugInfo) |
PathWrapper |
PathWrapper.addError(Throwable error) |
PathWrapper |
PathWrapper.addErrors(List<Throwable> errors) |
PathWrapper |
GHResponse.getBest()
Returns the best path.
|
PathWrapper |
PathWrapper.setAscend(double ascend) |
PathWrapper |
PathWrapper.setDescend(double descend) |
PathWrapper |
PathWrapper.setDescription(List<String> names) |
PathWrapper |
PathWrapper.setDistance(double distance) |
PathWrapper |
PathWrapper.setPoints(PointList points) |
PathWrapper |
PathWrapper.setRouteWeight(double weight) |
PathWrapper |
PathWrapper.setTime(long timeInMillis) |
Modifier and Type | Method and Description |
---|---|
List<PathWrapper> |
GHResponse.getAll()
This method returns the best path as well as all alternatives.
|
Modifier and Type | Method and Description |
---|---|
void |
GHResponse.add(PathWrapper altResponse) |
Modifier and Type | Field and Description |
---|---|
protected PathWrapper |
ViaRoutingTemplate.altResponse |
Modifier and Type | Method and Description |
---|---|
void |
PathMerger.doWork(PathWrapper altRsp,
List<Path> paths,
Translation tr) |
Constructor and Description |
---|
PathSimplification(PathWrapper pathWrapper,
DouglasPeucker douglasPeucker,
boolean enableInstructions) |
Copyright © 2012–2018. All rights reserved.