Package | Description |
---|---|
com.graphhopper | |
com.graphhopper.routing.template |
Modifier and Type | Method and Description |
---|---|
protected RoutingTemplate |
GraphHopper.createRoutingTemplate(GHRequest request,
GHResponse ghRsp,
String algoStr,
Weighting weighting) |
Modifier and Type | Class and Description |
---|---|
class |
AlternativeRoutingTemplate
Implementation of a route with no via points but multiple path lists ('alternatives').
|
class |
RoundTripRoutingTemplate
Implementation of calculating a route with one or more round trip (route with identical start and
end).
|
class |
ViaRoutingTemplate
Implementation of calculating a route with multiple via points.
|
Copyright © 2012–2020. All rights reserved.