I am looking to implement MarkerClusterer with multiple markers of various types and cluster them separately based on their type. Specifically, I want to cluster markers of type X only with other markers of type X, and markers of type Y with other markers of type Y.
My map contains different types of markers, each representing a unique element.
I have successfully implemented clustering for all markers when the zoom level is 15 or lower.
However, I am facing challenges in clustering the markers by type when the zoom level exceeds 15.
Any assistance would be greatly appreciated. Thank you.