Any way to return azimuth between two map points?
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.
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
)
Am I missing something?