Good morning, when I try to draw a circle with the SketchEditor
MyMapView.SketchEditor.StartAsync(SketchCreationMode.Circle);
nothing happens!
The Events
MyMapView.SketchEditor.GeometryChanged
OR
MyMapView.SketchEditor.SelectedVertexChanged
are not fired.
What is wrong here?
Solved! Go to Solution.
Just doing the same like drawing a line or Polygon.
I'm Clicking on my Map, but nothing happens.
My Fault: I have to Click and Drag!
Are you doing the mouse-down+drag operation and don't even see a circle getting drawn? Or just not seeing the events fire?
Which platform are you targeting?
Just doing the same like drawing a line or Polygon.
I'm Clicking on my Map, but nothing happens.
My Fault: I have to Click and Drag!
Yes a few of the draw operations are a drag, not a click+click like polygon.
Thanks for the Tipp