In the Bing Maps API for Windows Phone 7, I could use a MapTileLayer to display TileSource classes on the map. However, this class does not exist in the Bing Maps API for Windows Phone 8. I cannot simply add the TileSources to the Map.TileSources collection,
since I need to be able to control the opacity of the Tile Sources. How can this be done in WP8?