I want to add a MarkerClusterer to my map that clusters the markers in differents ways depending on the zoom.
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.