PDA

View Full Version : Remove The Route



emrahaydin
08-06-2011, 03:55 AM
Hi...I want to remove the route from map... How can I do it?
(I use Bing Maps Silverlight Control SDK and VB.Net)

emrahaydin
08-09-2011, 07:11 AM
Answer:

myMap.Children.Clear()

This code removes all items from the map (Route,pushpins....)