I had a small and quick question concerning the Bing Maps API. When you load the API into the application it loads the world and scrolls infinitely repeating the tiles over and over again. What I would like to know is if there was a way to set it to only show the full map without it repeating and possibly setting the view of that as the maximum that anyone can zoom out to.
In other words I don't want to see any repeating tiles and just have it showing the full map. Once the full map is visible I then want to lock the scrolling features so nothing gets repeated as well as lock the zoom out functionality.
If it makes any difference I am trying to do this using WPF.
Below is a custom map mode for limiting the view of the map. You can adjust the fields and methods to get it to limit the map how you would like it to.