Is it possible to create geodesic polygons using the HERE JavaScript API 3.0? This would allow for drawing the shortest path on the actual earth rather than just a plain projection.
I tried looking through the HERE API documentation but couldn't find any information on this specific feature.
In comparison, GoogleMaps offers the ability to create geodesic polygons, as demonstrated in this example: https://developers.google.com/maps/documentation/javascript/examples/geometry-headings?csw=1
Thank you in advance for any help!