ThinkGeo.com    |     Documentation    |     Premium Support

Simple Marker Clustering

I develop an application using WPF. I use simple marker overlay to show several points of interest on my map. I read in several topics that there is a (custom) way to implement clustering in simple marker creating a new class which inherits the ClusterPointStyle. Can you give me an example? Is there another way to achieve clustering in simple marker? I use VB and Mapsuite 10.

Hi Marios,

The simple marker overlay is a little special, so I think the ClusterPointStyle should cannot works well for it, in fact you cannot assign style to it.

I think you can try to set the style to InMemoryMarkerOverlay, and see whether it works.

Regards,

Ethan