This is a migrated thread and some comments may be shown as answers.

Clustering Refresh

2 Answers 87 Views
Map
This is a migrated thread and some comments may be shown as answers.
Javor
Top achievements
Rank 1
Javor asked on 03 Apr 2018, 02:39 PM
I have a problem 
<telerik:VisualizationLayer x:Name="informationLayer" ItemsSource="{Binding MapItems}"
                                           ClusteringEnabled="True"
                                           ClusterItemTemplate="{StaticResource ClusterTemplate}"/>

 

when I re-create my item source like

MapItems = new ObservableCollection<MapItem>(list);

Clustering disappear


2 Answers, 1 is accepted

Sort by
0
Javor
Top achievements
Rank 1
answered on 04 Apr 2018, 06:39 AM
How to process clustering with new "list" before create new ObservableCollection with it 
0
Martin
Telerik team
answered on 06 Apr 2018, 11:18 AM
Hello Javor,

May I ask you to provide more detailed information about the setup of RadMap like a what type of provider do you use, what is the cluster template, do you have any other customizations?

I am looking forward to your reply.

Regards,
Martin Vatev
Progress Telerik
Want to extend the target reach of your WPF applications, leveraging iOS, Android, and UWP? Try UI for Xamarin, a suite of polished and feature-rich components for the Xamarin framework, which allow you to write beautiful native mobile apps using a single shared C# codebase.
Tags
Map
Asked by
Javor
Top achievements
Rank 1
Answers by
Javor
Top achievements
Rank 1
Martin
Telerik team
Share this question
or