ClusterMaxZoom

Max zoom on which to cluster points if clustering is enabled. Defaults to one zoom less than maxzoom (so that last zoom features are not clustered). Clusters are re-evaluated at integer zoom levels so setting clusterMaxZoom to 14 means the clusters will be displayed until z15.

Parameters

value

the property wrapped in Value to be used with native renderer.

Constructors

Link copied to clipboard
fun ClusterMaxZoom(value: Long)

Construct the ClusterMaxZoom with Long.

Link copied to clipboard
fun ClusterMaxZoom(expression: Expression)

Construct the ClusterMaxZoom with Mapbox Expression.

Link copied to clipboard
fun ClusterMaxZoom(value: Value)

Types

Link copied to clipboard
object Companion

Public companion object.

Properties

Link copied to clipboard