Hi,
I want to use TrackOverlay to select part map
- user draw a shape(Rectangle,polygon, ... ) on the TrackOverlay
- as soon as he finish drawing , I want to highlight the selected part
- if the user hold the Ctrl and draw new shape , I want to add new selection part to old part
my problem is :#
- when the TrackOverlay drawing finish? I mean how can I understand that the drawing of selection shape (especialy polygon) finished?
- how can I understand that the user hold the Ctrl, when he was drawing the shape?
Regards