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

React Native map clustering both for Android and iOS.

Results 81 react-native-map-clustering issues
Sort by recently updated
recently updated
newest added

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 ![Screen Recording 2023-09-20 at 10 30 31 AM (1)](https://github.com/venits/react-native-map-clustering/assets/38835999/a2c80732-ef2a-4d4b-ade4-426490c345e6)

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 ![IMG_0631](https://github.com/venits/react-native-map-clustering/assets/43172282/20570a77-437f-4ff6-81a6-f433d362a1d6) 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`?