| Modifier and Type | Method and Description |
|---|---|
GHMRequest |
GHMRequest.addAllPoints(List<com.graphhopper.util.shapes.GHPoint> points) |
GHMRequest |
GHMRequest.addFromPoint(com.graphhopper.util.shapes.GHPoint point) |
GHMRequest |
GHMRequest.addFromPoints(List<com.graphhopper.util.shapes.GHPoint> points) |
GHMRequest |
GHMRequest.addPoint(com.graphhopper.util.shapes.GHPoint point)
This methods adds the places as 'from' and 'to' place to the request.
|
GHMRequest |
GHMRequest.addToPoint(com.graphhopper.util.shapes.GHPoint point) |
GHMRequest |
GHMRequest.addToPoints(List<com.graphhopper.util.shapes.GHPoint> points) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
GHMatrixAbstractRequester.buildURL(String path,
GHMRequest ghRequest) |
protected String |
GHMatrixAbstractRequester.buildURLNoHints(String path,
GHMRequest ghRequest) |
protected void |
GHMatrixAbstractRequester.fillResponseFromJson(GHMRequest request,
List<String> outArraysList,
MatrixResponse matrixResponse,
org.json.JSONObject solution,
boolean hasElevation) |
MatrixResponse |
GHMatrixBatchRequester.route(GHMRequest ghRequest) |
MatrixResponse |
GoogleMatrixSyncRequester.route(GHMRequest ghRequest) |
MatrixResponse |
GraphHopperMatrixWeb.route(GHMRequest request) |
MatrixResponse |
GHMatrixSyncRequester.route(GHMRequest ghRequest) |
abstract MatrixResponse |
GHMatrixAbstractRequester.route(GHMRequest request) |
Copyright © 2012–2016. All rights reserved.