Any way to return azimuth between two map points?
Chris Smith wrote:You may want to check out the GeometryEngine.GeodesicDistance MethodGeometryEngine.GeodesicDistance MethodCalculates the geodesic distance between 2 given points and calculates the azimuth at both points for the geodesic curves that connects the points.
Chris Smith wrote:
You may want to check out the GeometryEngine.GeodesicDistance Method
GeometryEngine.GeodesicDistance Method
Calculates the geodesic distance between 2 given points and calculates the azimuth at both points for the geodesic curves that connects the points.
That is the documentation for GeometryEngine.GeodesicDistance Method but from the syntax, there doesn't seem to be any way of retrieving the azimuth.
public static double GeodesicDistance(MapPoint point1,MapPoint point2,LinearUnit unit)
public static double GeodesicDistance(
MapPoint point1,
MapPoint point2,
LinearUnit unit
)
Am I missing something?
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.