0

I tried with Bing maps, Silverlight and wpf sdk and I couldnt't find something related to traffic layer.

The problem is that when I use the Bing maps for matrostyle app sdk, it is very easy to enable traffic layer:

myMap.showTraffic=true;

If there is a business restriction, I think it is not possible to use traffic layer from metrostyle app component too.

Kara
  • 6,115
  • 16
  • 50
  • 57
burock
  • 1
  • Is this a question, or a statement? Most questions would have a question mark somewhere at least? :) – Chris W. Sep 13 '12 at 14:42
  • yess sure this is a question :) just I commented my question. Is there any way to use traffic layer in bing maps silverlight sdk??? – burock Sep 14 '12 at 08:37

1 Answers1

0

The WPF SDK for Bing Maps does not allow you to include the traffic layer. This is due to licensing restrictions and the need for the traffic data to be public. The issue is explained in this forum post on MSDN:

http://social.msdn.microsoft.com/Forums/en-US/bingmapssilverlightwpfcontrols/thread/3e75890d-d2e4-4a5c-b186-347322d3c3df

You can add a traffic layer to the Silverlight SDK, though. Which is explained in this post:

Traffic Layer for Bing Maps in Silverlight

Community
  • 1
  • 1
Nicholas Pappas
  • 10,439
  • 12
  • 54
  • 87