Why did pointsOrder is 0?

Hi!
I’m making a simple request to graphhopper and getting the ResponsePath. But pointsOrder is 0? Why?
How should I setPointsOrder()?
Thanks in advance!

The PointsOrder list is only filled if the order of input points has changed on the server side. As this is not the case for the /route endpoint of the open source project it can be ignored.

1 Like

Thanks for the quick response.
How can I return the order of the points in which they need to be traversed?
Or is the order of the points 0 because their order has not been changed during routing?

Yes, the list should be empty as the order has not been changed.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.