I have a Bing Maps Silverlight Application and want to display Traffic Information on the Map.
It seems to be implemented in the AJAX Version, but not in the Silverlight Version.
So how can I implement a working traffic layer for Silverlight?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
For everyone who is interested in the solution:
After hours of searching and trying I found the solution here:
Custom Rendering in Bing Silverlight Control
And then add the Layer to the Map:
I hope that helps everybody who wants to add a traffic layer to their Silverlight application.
Greetings.