I am trying to animate custom layers within my application, using the MapControl. I am able to set each layer and view them, however, I am not able to animate them smoothly.
Previously, I used Bing Maps SDK, which I had a timer set to toggle the visibility of each layer at 500ms. This technique does not work with the MapControl, as it causes a blinking occurrence (my assumption being that the layer is discarded and needs to redownload each toggle).