Hi.
I'm using GeometryEngine.lengthGeodetic to calculate the distance between two point; but now i need to calculate bearing and range of this path. How can i do this? Is there any method that can i use it?
Thanks!
Solved! Go to Solution.
You could try distanceGeodetic(). That gives you the distance and azimuth between two points.
You could try distanceGeodetic(). That gives you the distance and azimuth between two points.
Thanks!!