GuillaumeLeclerc / vue-google-maps

Google maps component for vue with 2-way data binding
560 stars 653 forks source link

How can i get only visible markers in cluster? #117

Open fat4lix opened 7 years ago

fat4lix commented 7 years ago

Hello, i have a little question. Is possible to get only list of markers who visible as marker, not clustered? screenshot_3 How can a get access to them in my Vue instance? Thanks!

xkjyeah commented 7 years ago

The underlying implementation uses js-marker-clusterer. If that API doesn't provide a way to access the naked markers, then there is no way to do it.