Good afternoon...
I'm trying to interrupt a track overlay draw midway through. In our application the user, while drawing a shape (let's say a multisegmented line) via the track overlay, can click a "clear" button, and when that happens the shape being drawn is supposed to be discarded. I set TrackMode to none and clear TrackShapeLayer.InternalFeatures, but when I click on the map again the partially-completed track shape is still there, as if these vertice are being buffered somewhere. I can't see anything in the documentation that lets me get to them. If I double click (again, let's say I'm doing a line draw) even though I've previously turned TrackMode to none, the shape reappears. It seems that only when the TrackEnded event fires does the shape stop drawing even if I turn TrackMode to none.
Any thoughts?
Thanks,
Allen