Skip to content

Commit 1b0a96e

Browse files
committed
add reference to supercluster params
1 parent 672a1a1 commit 1b0a96e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ export default class MyClusteredMapView extends Component {
6262

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

0 commit comments

Comments
 (0)