Route The data format returned by GHResponse

The data format returned by the GraphHopper hopper I wrote locally is inconsistent with the data format returned by the Route API, so I need to re-encapsulate it.

Sorry could you try to ask the question differently? I am not sure what the question is about?

The commercial offering of the GraphHopper Directions API contains several improvements compared to the OpenSource version.

According to this document, I get the result of path planning, but the Routing via Java API in PathWrapper path = RSP. GetBest () and the result of the Routing Web API Docs Example in the output for the case type = json results are inconsistent, is the need for myself to wrap?

You can use our client. For java we have a hand crafted (hc) client here.