I want to use MarkerClusterer with multiple markers of different type and cluster them separately. For example, cluster markers of type X only with other markers of type X, and markers of type y, with other markers of type y.
There are different types of markers in my map (not all the markers represent the same type of element)
I need it to cluster all the markers in the map if the zoom is lower or equal than 15 (easy part).
What I can't achieve is clustering the markers by the type of the marker when zoom is higher than 15.
Thanks for your help.