react-native-map-clustering
react-native-map-clustering copied to clipboard
React Native map clustering both for Android and iOS.
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...
exposing details to onRegionChangeComplete
You are passing a wrong parameter to onRegionChangeComplete from the MapView. It has to be const details = { isGesture }; but you are passing an array of markers. Please...
**Motivation** When working on an app and trying to list the 3rd party libraries that we use, give tribute to them and list their licenses, I have identified that the...
Package Versions:- "react": "18.2.0", "react-native": "0.71.8", "react-native-map-clustering": "^3.4.2", "react-native-maps": "^1.7.1", Please check attachment https://github.com/venits/react-native-map-clustering/assets/38835999/cb5732c7-1338-49a3-aa29-6f611de95803 
Hi This is my first pull request!. Hope I will do propely. I notice that when is clustering, is clustering everything. I Think will be nice to prevent some custom...
With details parameter, we will be able to update region. details.isGesture prop will help us.
Hello @venits when i will zoom on marker then i'm seeing some red lines what it this? Here is image of markers  I saw that when distance between markers...
This is my MapView, don't know why it's not working ``` setIsMapReady(true)} ref={mapView} onClusterPress={(cluster, markers) => manageMapPress("cluster", cluster, markers)} preserveClusterPressBehavior clusterColor={clusterColor} clusterTextColor={colors.white} provider={PROVIDER_GOOGLE} followsUserLocation style={[styles.map]} customMapStyle={DARKMAP} showsUserLocation={true} onPress={() => manageMapPress("map")}...
Version: 3.4.2 I am trying to enable `spiralEnabled` props without `clusteringEnabled` props but it seems like they only work together Is it possible to enable only `spiralEnabled`?