I am trying to add drawing tool on map. so user can draw different geometries (polygon, polyline, arrow, square, circle, traingle. etc)... I have already implement simple toolbar using below sample
https://developers.arcgis.com/javascript/latest/sample-code/sandbox/index.html?sample=sketch-geometries
but I have also want to add text input ...for labeling on map area or geometries.. along with different color and font size..
In short I am trying to implement smart draw tool using ArcGIS JavaScript.
Any help appreciated.
Thank You