Package | Description |
---|---|
com.graphhopper |
Modifier and Type | Method and Description |
---|---|
GHRequest |
GHRequest.addPoint(GHPoint point)
Add stopover point to routing request.
|
GHRequest |
GHRequest.putHint(String fieldName,
Object value)
This method sets a key value pair in the hints and is unrelated to the setPointHints method.
|
GHRequest |
GHRequest.setAlgorithm(String algo)
For possible values see AlgorithmOptions.*
|
GHRequest |
GHRequest.setCurbsides(List<String> curbsides) |
GHRequest |
GHRequest.setHeadings(List<Double> headings)
The starting directions at the various points as north based azimuth (clockwise) in [0, 360)
or NaN for equal preference
|
GHRequest |
GHRequest.setLocale(Locale locale) |
GHRequest |
GHRequest.setLocale(String localeStr) |
GHRequest |
GHRequest.setPathDetails(List<String> pathDetails) |
GHRequest |
GHRequest.setPointHints(List<String> pointHints) |
GHRequest |
GHRequest.setPoints(List<GHPoint> points) |
GHRequest |
GHRequest.setProfile(String profile) |
GHRequest |
GHRequest.setSnapPreventions(List<String> snapPreventions) |
Modifier and Type | Method and Description |
---|---|
GHResponse |
GraphHopperAPI.route(GHRequest request)
Calculates the path from specified request visiting the specified locations.
|
Copyright © 2012–2020. All rights reserved.