react-native-map-clustering
react-native-map-clustering copied to clipboard
minZoomLevel is not being applied
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.
same issue
Up