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?
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.