hi
well here is the scenario:
1- I have a Radmap
2- I have a Visualization Layer that :
a) its ItemSource is bound to a collection of objects
b) its item template is set to a usercontrol
c) Clustering is Enabled on it with AutoCalculateClusteringThreshold=false and ClusteringEnabledThreshold=16
3- the objects mentioned in 2-a are moving objects meaning that their location is updated every half a second
the problem: when the zoom level is set to a level higher than the threshold mentioned in 2-c everything is okay and I see the object moving on the map BUT when the zoom level reaches levels lower than the threshold(which I assume is where the clustering methods come into action) the object blinks once or twice and disappears! until I zoom in and zoom out (and that's incase it doesn't move again or else it disappears again) .the item gets completely visible again when I zoom to levels higher than the threshold
thank you in advance for your help