Hello,
I have an MVVM application.
In this application I use RadMap control with search engine via BingSearchProvider class.
If I binding result of work BingSearchProvider as ObservableCollection<Location> all works perfectly,
but if I try to wrap result in MyMapItem and try binding ObservableCollection <MyMapItem>
the map refuses to display search result positions on InformationLayer.
How i can solve this problem? How i can use custom class for display position on Radmap control? I don't want use buffer object list =(
Here
is located the simple project which demonstrate a problem