I am exploring here.com rest api (v8) for the truck.
My rest api to get directions is as below:
It seems like specifying the truck's height or width does not have any effect or is not recognized. I tried to put some very large values (truck[width]=250000
) as well.
According to here.com official documentation, Rest api v8 we can specify the truck property as below:
truck[parameter-name]=value
What am I doing wrong?