Windows Phone 10 模拟器不显示地图
Windows Phone 10 emulator doesn't shows maps
在页面上放置地图控件 (Windows.UI.Xaml.Controls.Maps.MapControl) 并打开它时,windows phone 10 模拟器显示空白地图。其实它是蓝色的:P
在模拟器中打开地图应用程序时也会发生同样的事情。
编辑:
我可以从模拟器中访问互联网(执行 http 请求、在边缘打开页面等),所以这不是连接问题。
根据这个微软link:http://go.microsoft.com/fwlink/p/?LinkId=526491
When you include the Windows 10 MapControl (Windows.UI.Xaml.Controls.Maps) in your XAML-based app, it does not render maps on Windows 10 phone emulators. A blank, blue map appears without any map tiles. The map renders fine in on a physical phone device.
Workaround: Use a physical phone device to test the map, or continue to use it in a desktop environment. This issue will be fixed in the next public release of the SDK.
在页面上放置地图控件 (Windows.UI.Xaml.Controls.Maps.MapControl) 并打开它时,windows phone 10 模拟器显示空白地图。其实它是蓝色的:P
在模拟器中打开地图应用程序时也会发生同样的事情。
编辑:
我可以从模拟器中访问互联网(执行 http 请求、在边缘打开页面等),所以这不是连接问题。
根据这个微软link:http://go.microsoft.com/fwlink/p/?LinkId=526491
When you include the Windows 10 MapControl (Windows.UI.Xaml.Controls.Maps) in your XAML-based app, it does not render maps on Windows 10 phone emulators. A blank, blue map appears without any map tiles. The map renders fine in on a physical phone device.
Workaround: Use a physical phone device to test the map, or continue to use it in a desktop environment. This issue will be fixed in the next public release of the SDK.