I have figured out how to access MarkerClusterGroup methods (this.$refs.clusterRef.mapObject), but I cannot seem to figure our how to access MarkerCluster methods - specifically the getAllChildMarkers() method. I need to be able to eval all of the child markers to set the Marker Cluster Icon based on the condition of its children and cannot seem to figure out a way to do that using this vue wrapper.
I have figured out how to access MarkerClusterGroup methods (this.$refs.clusterRef.mapObject), but I cannot seem to figure our how to access MarkerCluster methods - specifically the getAllChildMarkers() method. I need to be able to eval all of the child markers to set the Marker Cluster Icon based on the condition of its children and cannot seem to figure out a way to do that using this vue wrapper.