graphhopper / directions-api-clients

API clients for various languages for the GraphHopper Directions API
https://docs.graphhopper.com/
Apache License 2.0
30 stars 39 forks source link

How to handle GPX export? #4

Open boldtrn opened 7 years ago

boldtrn commented 7 years ago

Currently, we assume to receive json, but how to support exporting gpx files?

karussell commented 7 years ago

The question: how to support input GPX for the map matching API? I think we should not support this in the autogenerated clients or somehow tell swagger that we need the full output/input as string. Not high priority for the Routing API.