I have to draw the geometrical shapes with their dimensions and show it with that shape.
As in below images,
- I want to show the length and width of the rectangle, the radius of the circle and the area of the shape at centre.
- If the user selects and edits the geometrical shapes then the dimensions should be updated accordingly.
I have read the below examples, but I couldn't able to find the proper one.
1. Add graphics to a map | ArcGIS API for JavaScript 3.25
2. Drawing tools | ArcGIS API for JavaScript 3.25
3. Measurement Widget | ArcGIS API for JavaScript 3.25
4. Reshape polygons | ArcGIS API for JavaScript 3.25
Can anyone help from this?