I am working on the esri app. I have implemented functionality for polygon, circle, search address, APN search, Measure Parcel on 4.8 js version and these functionality are working fine. Now I need to integrate widget measurement ( https://developers.arcgis.com/javascript/3/samples/widget_measurement/ ) and it is build on 3.27 version. I tired to implement this and it works on 3.27 JS version but its not working on 4.8 js version. so is there any updated JS version for it or any alternate solution about it?
The Measurement Widget was introduced at 4.10
AreaMeasurement2D | API Reference | ArcGIS API for JavaScript 4.10
Distance Measurement widget was also added:
DistanceMeasurement2D | API Reference | ArcGIS API for JavaScript 4.10
Live sample: