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

It take around 4s to calculate clustering with 756 items on my map... It is normal ?

Hello everyone :) .. I am getting this error on Sentry for iOS only: ``` TypeError: undefined is not an object (evaluating 'l.range') at ? (app:///main.jsbundle:940:4189) at ? (app:///main.jsbundle:922:1971) at...

Thanks for this great library. I put a polygon as a child component in MapView (the cluster component), but it's not getting shown. How do I fix this, please?

I was using the following code with the regular package: ``` onMapReady={() => { mapRef.current.fitToSuppliedMarkers( markers.map(({_id}) => _id), { edgePadding: {top: 50, right: 50, bottom: 50, left: 50}, }, );...

When i click the button to fitToCoordinates it goes to the given array of coordinates and comabck to initial location second time it work as intended ``` ```

I would like to disable font scaling because of breaking UI. In the case of Text component, I can set allowFontScaling prop. How can I set similar settings to cluster...

The animation effect on appearing/disappearing clusters works fine on iOS simulator with standard maps but not with Google maps provider which I would like to use. Does anyone know the...

when I render the cluster I need to know which leaf node it contains, So that I will be able to change the cluster marker dynamically?

Hi. I have several markers with exact same coordinates. They are grouped in a cluster. Then I press on the cluster and zoom-in so that the spiral of the markers...

the props already exist but is not documented.