Rsp.getPoints() does not work

In the tutorial for using GraphHopper in Java rsp.getPoints() does not work for me. GHResponse does not have a getPoints() method. However rsp.getBest().getPoints() works.

Is rsp.getPoints() a mistake in the tutorial or I am doing something wrong?

a more updated version of the same doc is here

Best regards,
He

2 Likes

The Interface has changed since one Response can now have multiple Paths. (See AltPaths)

1 Like