Using graphhopper-navigation-example with graphhopper.com

Kotlin integration

✓ Official SDK
Install
# Maven: see https://github.com/graphhopper/graphhopper-navigation-example
GET Route Endpoint
curl \
  # append ?key=$API_KEY to the URL \
  https://graphhopper.com/api/1/route
GET Matrix Endpoint
curl \
  # append ?key=$API_KEY to the URL \
  https://graphhopper.com/api/1/matrix
Geocoding Endpoint
curl \
  # append ?key=$API_KEY to the URL \
  https://graphhopper.com/api/1/geocode
SDK on GitHub 📄 API Docs
SDK
graphhopper-navigation-example
Kotlin
API
graphhopper.com
graphhopper.com
At a glance
Language Kotlin
Endpoints16
Base URLhttps://graphhopper.com/api/1
✓ Official