Load custom tiles in Bing maps on WPF
问题 I am trying to use a custom tileset for Bing maps. What I am trying to do is similar to the question here, but I'm trying to understand how a URI is formatted so that I can host the tiles within the application. The reason I am trying to host this locally is because I want to limit network traffic out from my application as much as possible. Are there any tutorials on hosting the map tiles locally or a more in depth tutorial on how to have the URI point to a local storage path? Thanks in