Hi, in MapView I am using SketchEditor to draw a circle. What I currently managed to implement is to draw the circle and listen to the event GeometryChanged. At that moment I have access to the drawn object and I can calculate the radius after the circle is drawn.
What I want to achieve is to continuously calculate and show the radius while the circle is being drawn, i.e. before the user releases the mouse click and the event GeometryChanged is fired.
Is this possible to implement? I couldn't find an event that is fired while the circle is being drawn.
I am using the latest sdk version 100.10