react-native-map-clustering icon indicating copy to clipboard operation
react-native-map-clustering copied to clipboard

Click on cluster doesn't zoom in and show markers

Open mishkeTz opened this issue 3 years ago • 4 comments

Sometimes it happens that when there is a cluster marker rendered and when I press on it nothing happens. I have to zoom manually and then I notice that the cluster marker shows few markers + another cluster;

In example:

  • when I click on the cluster marker 10
  • nothing happens (bug)
  • when I manually zoom in the cluster marker updates and there are 7 markers rendered (points) + another cluster marker (3)

It seems the bug happens when cluster marker when cluster marker should be updated to display markers points + cluster maker again;

Anyone noticed this issue?

mishkeTz avatar Sep 30 '22 19:09 mishkeTz

I have the same issue, any luck with a solution to that?

wordisthebird avatar Oct 05 '22 13:10 wordisthebird

No. I have actually few problems with maps in general. Also look at my other issue -> react-native-maps/4472

mishkeTz avatar Oct 07 '22 15:10 mishkeTz

I left a comment on page with a solution that worked for me :)

wordisthebird avatar Oct 07 '22 16:10 wordisthebird

Do you have onRegionChangeComplete in Mapview component? Same thing happened when I remove onRegionChangeComplete

kivancimer avatar Dec 06 '22 20:12 kivancimer