Skip to content

Commit

Permalink
add reference to supercluster params
Browse files Browse the repository at this point in the history
  • Loading branch information
39otrebla committed Dec 11, 2017
1 parent 672a1a1 commit 1b0a96e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ export default class MyClusteredMapView extends Component {

**Name** | **Type** | **Required** | **Default** | **Note**
---------|----------|--------------|-------------|---------
radius | Number | false | window width * 4,5% | SuperCluster radius
extent | Number | false | 512 | SuperCluster extent
minZoom | Number | false | 1 | SuperCluster minZoom
maxZoom | Number | false | 20 | SuperCluster maxZoom
radius | Number | false | window width * 4,5% | [SuperCluster radius](https://github.com/mapbox/supercluster#options)
extent | Number | false | 512 | [SuperCluster extent](https://github.com/mapbox/supercluster#options)
minZoom | Number | false | 1 | [SuperCluster minZoom](https://github.com/mapbox/supercluster#options)
maxZoom | Number | false | 20 | [SuperCluster maxZoom](https://github.com/mapbox/supercluster#options)
width | Number | false | window width | map's width
height | Number | false | window height | map's height
scaleUpRatio(markersCount: Number); | Function | false | undefined | Must return a number, used to multiply clusters and font sizes based on `markersCount`
Expand Down

0 comments on commit 1b0a96e

Please sign in to comment.