vue-google-maps icon indicating copy to clipboard operation
vue-google-maps copied to clipboard

Access markercluster

Open DanielGJohnsen opened this issue 5 years ago • 1 comments

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?

DanielGJohnsen avatar Feb 27 '19 08:02 DanielGJohnsen

Following up on this question, my needs are to access clusters data, any way to achieve it ?

Borisstoy avatar Mar 11 '21 17:03 Borisstoy