I'm trying to draw a polygon on the map, and grab it to use in my GIS engine to report the drawn area and use it to query within my data source (not built in query from map layers). I'm using the EditOverlay, and I set the TrackMode to DrawPolygon. When I click on the map, and then move the mouse, I see a rubberband polygon start to draw. Perfect. But I'm left with two questions:
1) How do I know when the user double-clicks, so I can go to the EditOverlay.EditLayer and get the feature that they drew? And how can I change the mouse icon when I go into this mode, so that it is clear that we are in a "tracking" mode, and not a drag or select mode?
Thanks!