Android demo only returning geometry

I’m using the android demo with offline routing from https://github.com/graphhopper/graphhopper/blob/master/android/README.md
On line 450 , inside the resp object I can only see a list of lat/lng pairs which are fed into the map, no human readable instructions per se. How do I find or generate those ?

See Java API documentation for how to get all the details:

1 Like

Does this apply to graphhopper for mobile ?
Im getting encoded values do not match when I change the encoding manager and set ch enabled to false.