Hi, I'm using ArcGIS runtime 100.12.0 with Xamarin forms and I'm trying to show distances between vertexes in Sketch Editor. I did it with the event GeometryChanged, but now I need to show the distances when the touch moving event occurs.
I get the touch moving event implementing Grid Touch Effect, but I realized vertex position doesn't change until the vertex is dropped, in the designer you can see a dotted line when a vertex is moving on, there is a way to get the position on touch moving?