If I have a list a RadObservableCollectio<Route> and I clear the collection, routes disappear form the map, but if I remove them one by one, they stay on the map at all times, even are clickable and all.
When the RadMap contains visualization layer with map shapes and the RadMap is removed from visual tree while zooming is in process then the TargetInvocationException is thrown.
When the map shape is removed from the visualization layer while zooming is in process then the NullReferenceException is thrown.
RadMap's VisualizationLayer is bound to collection of business objects - MapItems. If you perform replace in the ItemsSource collection: items[0] = new MapItem(), the RadMap throws "Collection Add Event Missing Item: ..." exception. Available in LIB version: 2015.1.0604
RadMap's KML Reader throws argument exception if the KML file contains Styles with equal ids. <Style id="inline1"> ... <Style id="inline1"> ... <Style id="inline1"> ....
An exception is thrown (for each empty date) if the loaded data file (.dbf ) have a column with date time values and there are empty values. Available in LIB version: 2015.1.0604
InfrormationLayer has some Elements in it. Their attached property telerik:MapLayer.Location is bound to Location from the ViewModel. The Radmap produces Exception. The workaround is to set the Loacations directly in XAML or use the VisualizationLayer instead of the InformationLayer. Fix is available in LIB Version 2015.2.914.
RadMaps Silverlight BingMap provider stopped displaying tiles in 2022 due to change in Bing Maps service.
Check notes here:
https://docs.microsoft.com/en-us/answers/questions/799630/arcgis-map-services-stopped-loading.html
Either workaround or statement regarding the future of this feature is needed.