I’m creating a extended documentation on heading:
graphhopper/heading.md
At the end I focus on setting the heading_penalty parameter, which works perfectly fine with a get request.
My question is:
Is setting the heading_penalty supported in GHRequest?
I want to include it in HeadingExample.java (Java) and HeadingExamples.java (API). I need something like setHeadingPenalty
.
If it’s not supported I can try implement it but I wanted to doublecheck with you.