Uses of Class
com.graphhopper.ResponsePath
Packages that use ResponsePath
-
Uses of ResponsePath in com.graphhopper
Methods in com.graphhopper that return ResponsePathModifier and TypeMethodDescriptionResponsePath.addDebugInfo
(String debugInfo) GHResponse.getBest()
Returns the best path.ResponsePath.setAscend
(double ascend) ResponsePath.setDescend
(double descend) ResponsePath.setDescription
(List<String> names) ResponsePath.setDistance
(double distance) ResponsePath.setPointsOrder
(List<Integer> list) ResponsePath.setRouteWeight
(double weight) ResponsePath.setTime
(long timeInMillis) ResponsePath.setWaypointIndices
(List<Integer> waypointIndices) ResponsePath.setWaypoints
(PointList wpList) This method initializes this path with the snapped input points.Methods in com.graphhopper that return types with arguments of type ResponsePathModifier and TypeMethodDescriptionGHResponse.getAll()
This method returns the best path as well as all alternatives.Methods in com.graphhopper with parameters of type ResponsePath -
Uses of ResponsePath in com.graphhopper.jackson
Methods in com.graphhopper.jackson that return ResponsePathModifier and TypeMethodDescriptionstatic ResponsePath
ResponsePathDeserializerHelper.createResponsePath
(com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.fasterxml.jackson.databind.JsonNode path, boolean hasElevation, boolean turnDescription)