Using the latest pre-release code and Visual Studio 2019 ( same results with vs 2015)
With Bing maps I cannot use caching – either by passing in the cache directory in the constructor or using FileBitmapTileCache and assigning it to TileCache of the bing overlay. when I make the assignment all I get is the image with the red x in the tile. Without using the cache everything works as expected.
Also I am running into the same issue as described here BingMapsMetadata file not downloading
I am using the work around to get past this though.
I cannot get google maps to work at all with or without supplying client id and a key. this is occurring on all platforms, and I have duplicated this issue with the how-Do-I sample for Android . I put a handler in for SendingWebRequest, but it never gets called.