DCSIMG
Silverlight,Bing Maps - Windows DEV ices DEV
Sign in | Join | Help

Windows DEVices DEV

Elad Shaham's Blog

Browse by Tags

Silverlight Bing MapItemsControl not Refreshing
27 February 11 10:06 AM | Elad Shaham | with no comments
I’ve been playing around with the Silverlight Bing map control provided by Microsoft. Using this control is really easy and intuitive, especially when you want to bind a list of objects to be displayed on the map. The problem starts when you want to make the objects move on the map. For this you need the object’s class to have a location property and implement the INotifyPropertyChanged interface. But, unfortunately that’s not enough… It seems like the map is not automatically refreshed even though...