I am trying to get a reference to my markers (without using getMarkerCollections
) on my clustered Google Map
but I am having trouble finding where to override this function.
I have made a typical ClusterManager
that works fine,
but I can't override the function anywhere in that class.
Do I need to make a custom class for this and how would I do that?