| Package | Description |
|---|---|
| com.graphhopper | |
| com.graphhopper.jackson |
| Modifier and Type | Method and Description |
|---|---|
ResponsePath |
ResponsePath.addDebugInfo(String debugInfo) |
ResponsePath |
ResponsePath.addError(Throwable error) |
ResponsePath |
ResponsePath.addErrors(List<Throwable> errors) |
ResponsePath |
GHResponse.getBest()
Returns the best path.
|
ResponsePath |
ResponsePath.setAscend(double ascend) |
ResponsePath |
ResponsePath.setDescend(double descend) |
ResponsePath |
ResponsePath.setDescription(List<String> names) |
ResponsePath |
ResponsePath.setDistance(double distance) |
ResponsePath |
ResponsePath.setPoints(PointList points) |
ResponsePath |
ResponsePath.setPointsOrder(List<Integer> list) |
ResponsePath |
ResponsePath.setRouteWeight(double weight) |
ResponsePath |
ResponsePath.setTime(long timeInMillis) |
ResponsePath |
ResponsePath.setWaypointIndices(List<Integer> waypointIndices) |
ResponsePath |
ResponsePath.setWaypoints(PointList wpList)
This method initializes this path with the snapped input points.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponsePath> |
GHResponse.getAll()
This method returns the best path as well as all alternatives.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GHResponse.add(ResponsePath responsePath) |
| Modifier and Type | Method and Description |
|---|---|
static ResponsePath |
ResponsePathDeserializer.createResponsePath(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
com.fasterxml.jackson.databind.JsonNode path,
boolean hasElevation,
boolean turnDescription) |
ResponsePath |
ResponsePathDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser p,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
Copyright © 2012–2023. All rights reserved.