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
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ clusterInitialDimension | Number | false | 30 | cluster view base dimension in d
68
68
data | Array <Object> | true | undefined | Objects must have an attribute representing a `GeoPoint`, i.e. `{ latitude: x, longitude: y }`
69
69
onExplode | Function | false | undefined | TODO
70
70
onImplode | Function | false | undefined | TODO
71
-
onClusterPress | Function | false | undefined |
71
+
onClusterPress | Function | false | | Add additional behaviours to the clusterPress handler. (onClusterPress automatically moves the map to the cluster region and zoomes on the cluster explode zoom level)
72
72
renderMarker | Function | false | undefined | Must return a react-native-maps' Marker component
73
73
animateClusters | Bool | false | true | Animate imploding/exploding of clusters' markers and clusters size change. **Works only on iOS**.
74
74
textStyle | Object | false | NovaLab Brand colors | Style of the `Text` component used for clusters counters
0 commit comments