ThinkGeo.com    |     Documentation    |     Premium Support

How to create a blocking Track call?

I would like for my client applications to be able to call a synchronous "TrackPolygon" on my map wrapper.  I don't want them to have to process track ended events, etc.   Is there a way that I can implement this functionality?



Ted,


I am sorry I am not full understood of your question, in my understanding, the event will not be fired if you do not hook up the event as following.

winformsMap1.TrackOverlay.TrackEnded += new EventHandler<TrackEndedTrackInteractiveOverlayEventArgs>(TrackOverlay_TrackEnded);

 

Any more questions please feel free to let me know.
 
Thanks.
 
Yale