directions-api-java-client icon indicating copy to clipboard operation
directions-api-java-client copied to clipboard

Deprecated Repo for the Java and Android client for the GraphHopper Directions API

Results 6 directions-api-java-client issues
Sort by recently updated
recently updated
newest added

Using the alternative API client to perform online routing and then produce gpx from the result, fails with: ```java java.lang.NullPointerException: Attempt to invoke interface method 'java.lang.String com.graphhopper.util.Translation.tr(java.lang.String, java.lang.Object[])' on a...

Right now we have some very basic tests, I think we should add some more to show that the client is basically working.

enhancement

GraphHopper routing API has a property `optimize`. However, the java client does not make use of it. In the response creation, it is not checked whether `points_order` is present. Also,...

Instead of just "bad request" the client should print the detailed message Current workaround something like: System.out.println(exception.getResponseBody().toString());

Often bike and foot routing is used for planning and so the current behaviour of excluding roads because they are closed in winter is not perfect if you plan your...

bug