必应地图 WPF 控件未在每个平铺源请求中传递 cookie(访问平铺源 URL 的身份验证详细信息)。Bing Map WPF 中是否有任何设置或破解来启用此选项?提前致谢。
//Tile Source URL Example
var URL = "https://www.sample.com/Z/X_Y.png";
//Tile Source Layer
var tileSourceLayer = new MapTileLayer()
{
TileSource = new TileSource() { UriFormat = URL }
};
MyBingMap.Children.Add(tileSourceLayer);