| Package | Description |
|---|---|
| com.graphhopper | |
| com.graphhopper.routing.template |
| Modifier and Type | Method and Description |
|---|---|
GHResponse |
GHResponse.addError(Throwable error) |
GHResponse |
GHResponse.addErrors(List<Throwable> errors) |
GHResponse |
GraphHopperAPI.route(GHRequest request)
Calculates the path from specified request visiting the specified locations.
|
GHResponse |
GraphHopper.route(GHRequest request) |
| Modifier and Type | Method and Description |
|---|---|
List<Path> |
GraphHopper.calcPaths(GHRequest request,
GHResponse ghRsp)
This method calculates the alternative path list using the low level Path objects.
|
| Modifier and Type | Field and Description |
|---|---|
protected GHResponse |
ViaRoutingTemplate.ghResponse |
| Constructor and Description |
|---|
AlternativeRoutingTemplate(GHRequest ghRequest,
GHResponse ghRsp,
LocationIndex locationIndex) |
RoundTripRoutingTemplate(GHRequest request,
GHResponse ghRsp,
LocationIndex locationIndex,
int maxRetries) |
ViaRoutingTemplate(GHRequest ghRequest,
GHResponse ghRsp,
LocationIndex locationIndex) |
Copyright © 2012–2018. All rights reserved.