问题
Using the HERE JavaScript API 3.0, is it possible to create geodesic polygons? I.e. draw the shortest path on the actual earth instead of the plain projection.
Apparently I wasn't able to find anything in the HERE API documentation.
For GoogleMaps this is possible as seen here: https://developers.google.com/maps/documentation/javascript/examples/geometry-headings?csw=1
Thanks in advance!
回答1:
Although not available out of the box, It can be implemented using some simple coding. You will find an example here
http://tcs.it.here.com/Examples/src/HLP3_GeodesicPolyline.html
来源:https://stackoverflow.com/questions/29032707/geodesic-polygons-in-nokia-here-3-0