mapsplugin / cordova-plugin-googlemaps

Google Maps plugin for Cordova
Apache License 2.0
1.66k stars 918 forks source link

markersCluster hide/show #2794

Open orchuban opened 4 years ago

orchuban commented 4 years ago

I'm submitting a

OS:


I have number of markersClusters. I want to hide and show one of them every time. I tried markersClusterRef.remove() and it is work good, but then I have no option to return.
Now markersClusterRef._isRemoved is true and i want to return and show it.
I try to do add them again with map.addMarkerCluster() and it took a long time for them to be added to the map.



Please help . Thank you.

wf9a5m75 commented 4 years ago

Umm, I didn't expect this usage. I will implement setVisible(true/false) on to the next version

orchuban commented 4 years ago

Thank you. I'm waiting for it.

orchuban commented 4 years ago

@wf9a5m75 Hi, I'm sorry that I'm bothering but I need it urgently. How long time do you think it will take you to release the version on it?

wf9a5m75 commented 4 years ago

Sorry, I can't work such as soon. This project is not paid job for me. That's why I only work when I am available

mcastets commented 4 years ago

@wf9a5m75 Hi, I'm sorry that I'm bothering but I need it urgently. How long time do you think it will take you to release the version on it?

This is an open source project, you can still submit a pull request

Apro123 commented 4 years ago

Any update on this? I tried lots of "solutions" presented before, but none of them work.