How does one calculate the length of a polyline as a great circle distance? In this case the line only has two positions in it; i know there’s a cartesian3 distance function, but that’s a straight line distance.
I found this method, but it seems to be based on outdated and removed functions.