Hello!
I'm trying to implement map control and I use VisualizationLayer, but I have some issues with that...
1. I would like to filter some items which I want to display on the map but when I try to use ListCollectionView I get error "'System.Windows.Data.ListCollectionView' is not a valid value for property 'Source'.". Do you have any ideas why is this happening?
ListCollectionView for InformationLayer works great.
2. In my solution I had to use custom class which implements IMapPropertyAccessor interface but the problem is when I want to update "Location" on the fly, I don't know how to propagate this change to the user interface.
Do you have any suggestion how to do this?
I'm trying to implement map control and I use VisualizationLayer, but I have some issues with that...
1. I would like to filter some items which I want to display on the map but when I try to use ListCollectionView I get error "'System.Windows.Data.ListCollectionView' is not a valid value for property 'Source'.". Do you have any ideas why is this happening?
ListCollectionView for InformationLayer works great.
2. In my solution I had to use custom class which implements IMapPropertyAccessor interface but the problem is when I want to update "Location" on the fly, I don't know how to propagate this change to the user interface.
Do you have any suggestion how to do this?