You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ export default App;
70
70
|**layoutAnimationConf**| LayoutAnimationConfig | LayoutAnimation.Presets.spring |`LayoutAnimation.Presets.spring`| Custom Layout animation configuration object for clusters animation during implode / explode **Works only on iOS**. |
71
71
|**onRegionChangeComplete(region, markers)**| Function | () => {} | Called when map's region changes. In return you get current region and markers data. |
72
72
|**onMarkersChange(markers)**| Function | () => {} | Called when markers change. In return you get markers data. |
|**superClusterRef**| MutableRefObject| {}| Return reference to `supercluster` library. You can read more about options it has [here.](https://github.com/mapbox/supercluster)|
74
74
|**clusteringEnabled**| Bool | true | Set true to enable and false to disable clustering. |
75
75
|**spiralEnabled**| Bool | true | Set true to enable and false to disable spiral view. |
76
76
|**renderCluster**| Function | undefined | Enables you to render custom cluster with custom styles and logic. |
0 commit comments