Hello,
The application I am working on lets the user draw a "route" using the TrackLine mode. The problem is that I cannot find a way to pan the map while the user is drawing a line. This is necessary because the entire route will not always be contained within the map extent/current viewport. As soon as I change the mode to Pan the trackline disappears. I have also tried to manually pan the map when the user moves the mouse outside the viewport using MouseLeave event, but it will not work when the user is currently drawing a line.
Any ideas?