Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试使用 Bing 地图、Silverlight 和 wpf sdk,但找不到与交通层相关的内容。
问题是当我使用 Bing maps for matrostyle app sdk 时,启用交通层非常容易:
myMap.showTraffic=true;
如果有业务限制,我认为也不可能使用 Metrostyle 应用程序组件中的流量层。
用于 Bing 地图的 WPF SDK 不允许您包含交通层。这是由于许可限制和交通数据公开的需要。该问题在 MSDN 上的此论坛帖子中进行了解释:
http://social.msdn.microsoft.com/Forums/en-US/bingmapssilverlightwpfcontrols/thread/3e75890d-d2e4-4a5c-b186-347322d3c3df
不过,您可以向 Silverlight SDK 添加流量层。这篇文章对此进行了解释:
Silverlight 中 Bing 地图的流量层