mapsplugin/cordova-plugin-googlemaps

markersCluster hide/show

Opened this issue · 6 comments

I'm submitting a

  • question
  • any problem or bug report

OS:

  • Android
  • iOS
  • Browser

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.

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

Thank you. I'm waiting for it.

@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?

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

@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

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