Before all, I apologize for my bad English.
Well, my question is:
How can I draw a line/path given from the routing rest API of here maps?
I've been reading the docs and searching everywhere but I couldn't find anything.
For example, I have this request
https://route.ls.hereapi.com/routing/7.2/calculateroute.jsonapiKey{API_KEY}&waypoint0=geo!20.6981862304,-103.457267674&waypoint1=geo!20.5746776890814,-103.12193707481&mode=fastest;truck;traffic:disabled&limitedWeight=30.5&height=4.25&shippedHazardousGoods=harmfulToWater
And in the JSON/geojson that I got I can loop through the coordinates given from the steps, I imagine that I can make a LineString with these coordinates but I don't know exactly how.
If anyone has an idea of how can I get this I'll be really grateful.