ionic-team / ionic-native-google-maps

Google maps plugin for Ionic Native
Other
221 stars 125 forks source link

Feature: markerCluster visibility #344

Closed VersusF closed 3 years ago

VersusF commented 3 years ago

I'm submitting a ... (check one with "x")

If you choose 'problem or bug report', please select OS: (check one with "x")


Hello, thank you for your work. I suggest only a little feature that i need for a project:

I need to hide the marker cluster when the zoom level is lower than a certain amount.

Currently i use the setVisibility method on the markers, but the cluster is still visible and, when clicking on it, it makes the zoom but without showing anything, as the markers are hidden. I would like to have the possibility of setting the visibility of the markerCluster object too. That would be great!

Thanks again and good work!

Apro123 commented 3 years ago

This was proposed in this issue: https://github.com/mapsplugin/cordova-plugin-googlemaps/issues/2794

VersusF commented 3 years ago

Thanks, closing as duplicate