You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mvn -Dgraphhopper.key=[YOUR_KEY] clean test verify
106
-
```
107
-
108
-
## Android
109
-
110
-
It is important to use this client not on the main thread of Android as it could block the app.
111
-
See [issue 7](https://github.com/graphhopper/directions-api-java-client/issues/7) for more information.
112
-
113
-
# Autogenerated Client
114
-
115
-
The autogenerated client is available [here](https://github.com/graphhopper/directions-api-clients) and you can refer to this client in your pom.xml via
116
-
```xml
117
-
<dependency>
118
-
<groupId>com.graphhopper</groupId>
119
-
<artifactId>directions-api-client</artifactId>
120
-
<version>[CURRENT-VERSION]</version>
121
-
</dependency>
122
-
```
123
-
124
-
Please [search maven](https://search.maven.org/#search%7Cga%7C1%7Cdirections-api-client-parent) for the latest version.
17
+
A real world example for the Routing and Matrix API can be found
You can use the API client for many API parts like:
26
+
You can use the API client for many API parts:
133
27
134
28
* the Geocoding API
135
29
* the Route Optimization API
136
30
* the Routing API
137
31
* the Matrix API
138
32
* the Isochrone API
139
33
140
-
Please see the [examples](https://github.com/graphhopper/directions-api-java-client/tree/master/client-examples/src/main/java/com/graphhopper/directions/api/examples) for specific and up-to-date Java code. This client was auto created via a swagger configuration. You can easily do so on your own too with [this repository](https://github.com/graphhopper/directions-api-clients).
34
+
For the Route Optimization API you can create the sources from our OpenAPI spec.
35
+
See [this repository](https://github.com/graphhopper/directions-api-clients#deprecated-notice) for more details about it.
36
+
37
+
## Android
38
+
39
+
It is important to use this client not on the main thread of Android as it could block the app.
40
+
See [issue 7](https://github.com/graphhopper/directions-api-java-client/issues/7) for more information.
0 commit comments