如何防止默认加载地图?
我编写自己的源类 CustomTileSource :Microsoft.Phone.Controls.Maps.TileSource。 在这个类中,我返回 null 值,但 Bing 地图仍在加载,有人知道谁阻止地图加载吗?
先感谢您!
I write own source class CustomTileSource : Microsoft.Phone.Controls.Maps.TileSource.
In this class I'm return null value, but Bing map still loading, anybody know who to prevent map loading?
Thank you in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不确定我是否完全理解这个问题,但如果您想要初始化一张空白地图而不加载默认的 Bing 地图图块集之一,那么您需要将地图模式设置为 MercatorMode: http://msdn.microsoft.com/en-us/library/microsoft.maps.mapcontrol.core.mercatormode.aspx
I'm not sure I understand the question fully, but if what you're trying to do is initialise a blank map without loading one of the default Bing Map tilesets, then you want to set the map mode to MercatorMode: http://msdn.microsoft.com/en-us/library/microsoft.maps.mapcontrol.core.mercatormode.aspx
我现在没有 VS 来测试,但试试这个:
I don't have VS to test now but try this: