vue-google-maps
vue-google-maps copied to clipboard
Access markercluster
So i have the following map (pug markup):
GmapMap(ref="myMap")
GmapCluster(@click="doSomethingWithNodesInCluster())
GmapMarker(:key="index" v-for="(m, index) in markers))
How can i access the markers in the different clusters on the map?
Following up on this question, my needs are to access clusters data, any way to achieve it ?