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

minZoomLevel is not being applied

Open noghartt opened this issue 3 years ago • 2 comments

When I put the MapView in something like this:

<MapView
  minZoomLevel={4}
  // ...rest of props
/>

When I try to zooming to reach the min value possible, I can zoom in until I see the Markers, but I would like to show only the clusters. Is there any way to do this?

By the way, I think that I find a bug. When nobody press the cluster, I can zoom in until the minZoomLevel, but when I press the cluster, I can see the Marker. The same happens to maxZoomLevel. We are using react-native-map-clustering@^3.4.2.

noghartt avatar Mar 29 '21 19:03 noghartt

same issue

NavidHosseini avatar Sep 22 '21 09:09 NavidHosseini

Up

AlixH avatar Dec 01 '21 16:12 AlixH