public interface GraphHopperAPI
Modifier and Type | Method and Description |
---|---|
boolean |
load(String urlOrFile)
Connects to the specified service (graphhopper URL) or loads a graph from the graphhopper
folder.
|
GHResponse |
route(GHRequest request)
Calculates the path from specified request visiting the specified locations.
|
boolean load(String urlOrFile)
GHResponse route(GHRequest request)
Copyright © 2012–2016. All rights reserved.