Hello Friends,
I am trying to build a functionality in a web application where a user can enter bearing, distance, radius etc. from a property deed and the tool should traverse a geometry using these provided measurement. This functionality is available in ArcGIS pro > COGO > Traverse tool
Some people have created a similar widget in WebApp builder here https://community.esri.com/t5/web-appbuilder-custom-widgets-documents/traverse-widget-2-5-11-14-2017... .
Could I achieve the same functionality using ArcGIS JavaScript Api?
Thanks,
Rauf
Hello,
You may use pointFromDistance method for geodetic computations. You can also refer to the traverse widget to get some references.