Hello,
I tried to draw some information (colored frame) on the map when the user activates the track mode of TrackInteractiveOverlay when clicking on a button.
I overwrite the drawcore() method of TrackInteractiveOverlay to draw this information to the sceen but the drawcore() method is only called when the user clicks on the Overlay to start the drawing of the shape.
But I want to draw the colored frame when the track mode is activated. Any suggestion where I can place my drawing code?
Thomas