Hi,
I'm trying to find the 'measure-start', 'measure-end' events that the new measurement widgets can have.
For example;
measurement.on('measure-start', function (event) {
console.log(event);
});
But It doesn't work that way.
The 4.x Measure widget doesn't have events. Take a look at this post: