Skip to content

Commit

Permalink
modify README with the new feature
Browse files Browse the repository at this point in the history
  • Loading branch information
leolusoli committed Nov 24, 2017
1 parent 376e74b commit dab17b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ clusterInitialDimension | Number | false | 30 | cluster view base dimension in d
data | Array <Object> | true | undefined | Objects must have an attribute representing a `GeoPoint`, i.e. `{ latitude: x, longitude: y }`
onExplode | Function | false | undefined | TODO
onImplode | Function | false | undefined | TODO
onClusterPress | Function | false | undefined |
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)
renderMarker | Function | false | undefined | Must return a react-native-maps' Marker component
animateClusters | Bool | false | true | Animate imploding/exploding of clusters' markers and clusters size change. **Works only on iOS**.
textStyle | Object | false | NovaLab Brand colors | Style of the `Text` component used for clusters counters
Expand Down

0 comments on commit dab17b7

Please sign in to comment.