From 0f86294404ee5964ddc0ac5eccab9b33010dee3e Mon Sep 17 00:00:00 2001 From: Hugo Gresse Date: Thu, 8 Apr 2021 10:59:23 +0200 Subject: [PATCH] Add mapRef props to Readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ca9b18f5..a2f086c4 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,7 @@ export default App; | **layoutAnimationConf** | LayoutAnimationConfig | LayoutAnimation.Presets.spring | `LayoutAnimation.Presets.spring` | Custom Layout animation configuration object for clusters animation during implode / explode **Works only on iOS**. | | **onRegionChangeComplete(region, markers)** | Function | () => {} | Called when map's region changes. In return you get current region and markers data. | | **onMarkersChange(markers)** | Function | () => {} | Called when markers change. In return you get markers data. | +| **mapRef** | MutableRefObject | {} | Return the reference to the inner MapView object (`react-native-maps`). | | **superClusterRef** | MutableRefObject | {} | Return reference to `supercluster` library. You can read more about options it has [here.](https://github.com/mapbox/supercluster) | | **clusteringEnabled** | Bool | true | Set true to enable and false to disable clustering. | | **spiralEnabled** | Bool | true | Set true to enable and false to disable spiral view. |