I'm trying to get this effect but still not getting it, I have a data grid with multiples features, when my app initialize it does a zoom to a specific envelope, I store it and when I select one of the features, the app Zoom in to feature, wath I Want is: when I select a feature from the data grid, zoom out to the stored enevlope and then zoom in the feature selected.I've tried this:MapaBase.ZoomDuration = new TimeSpan(0, 0, 3); //I declare the zoom duration to get the effect MapaBase.ZoomTo(coberturaDeEstados.Expand(1.1)); //the principal Envelope stored. MapaBase.ZoomTo(coberturaDeClientesZoom.Expand(1.2)); //the Feature envelope.
zoom duration is not respected in zoom out (Principal Envelope) or makes it so fast because only can see the zoom to the feature envelope.some Idea to solve it?Thanks in advance