Hi ThinkGeo,
Do you have sample depicting the use of ClusterMarkerStyle?
Can it is be used with all sub-classes of MarkerOverlay?
I want to display a cluster marker when the markers overlap implicitly.
Regards,
Anil
Hi ThinkGeo,
Do you have sample depicting the use of ClusterMarkerStyle?
Can it is be used with all sub-classes of MarkerOverlay?
I want to display a cluster marker when the markers overlap implicitly.
Regards,
Anil
Hi, Anil
Please refer to the attached sample which shows how to use the ClusterMarkerStyle.
Currently, you can use this new feature in the InMemoryMarkerOverlay and FeatureSourceMarkerOverlay.
Thanks,
Khalil
ClusterMarkerStyle.zip (2.21 KB)
Hi Khalil,
Thanks for the sample but I am unable to figure readily what markers are really cluster(ed) ones and what are individual ones?
Regards,
Anil
Hi, Anil
In fact, the cluster strategy is very simple. There is one DistanceInPixel property on the ClusterMarkerStyle which is used to control the pixel distance between features that should be considered a single cluster. I guess this strategy will be enhanced before the next release.
Thanks,
Khalil