On this page

Type Alias SetClusterOptions

The cluster options to set

type SetClusterOptions = {
    cluster?: boolean;
    clusterMaxZoom?: number;
    clusterRadius?: number;
}
Index

Properties

cluster?: boolean

Whether or not to cluster

clusterMaxZoom?: number

The cluster's max zoom. Non-integer values are rounded to the closest integer due to supercluster integer value requirements.

clusterRadius?: number

The cluster's radius

Was this helpful?
SDK JS
Reference
SetClusterOptions