Hi,
Can you explain the following settings; the documentation is not very clear
AutoCalculateClusteringThreshold = true;
ClusteringEnabled = true;
ClusteringEnabledThreshold = 18;
ClusteringEnabledThresholdMinItems = 100;
I have changed my code to use the VisualisationLayer instead of a DynamicLayer to try and improve performance. I used to handle the clustering of my points in the code, but now want to use your mechanism.
My datasource may contain say 5000 pin points, all in the uk.
When I zoom to see all of the uk, I would like the points clustered
When I zoom in, I would like to see the points clustered until we get to a point where we can safely display the points e.g. if there are less than 100 visible points in the viewport.
At the moment, I seem to get clustering all the time, and it shows clusters even when there is just a single point
Thanks
Simon
Can you explain the following settings; the documentation is not very clear
AutoCalculateClusteringThreshold = true;
ClusteringEnabled = true;
ClusteringEnabledThreshold = 18;
ClusteringEnabledThresholdMinItems = 100;
I have changed my code to use the VisualisationLayer instead of a DynamicLayer to try and improve performance. I used to handle the clustering of my points in the code, but now want to use your mechanism.
My datasource may contain say 5000 pin points, all in the uk.
When I zoom to see all of the uk, I would like the points clustered
When I zoom in, I would like to see the points clustered until we get to a point where we can safely display the points e.g. if there are less than 100 visible points in the viewport.
At the moment, I seem to get clustering all the time, and it shows clusters even when there is just a single point
Thanks
Simon