We are using WPF Bing Maps to visiualize clustered data. We are trying to update data on every OnViewChangeOnFrame event (because there is a significant delay in OnViewChangeEnd). However zooming and updating on every frame leads to "jerking" effect. The idea is to find out the target boundary rectangle OnViewChangeStart and update data only once in the beginning of zoom or pan for the target settings.
However there is a problem Bing Maps - Map class does not support TargetBoundingRectangle property. Is there an algorithm knowing viewportsize, target zoomlevel and target center to calculate TargetBoundingRectangle or maybe another Map property which has it?
Thanks!