Does anyone know how to dynamiclly animate the change of an envelope in a layer. I am trying to use a Storyboard in code behind to animate a layer moving from one lat/lon to another lat/lon
The Silverlight animation objects doesn't support animating the geometry. The simplest way is to create a DispatcherTimer, make it trigger fairly frequent (30-60/sec) and update the properties of the envelope.