DefaultClusterPlugin

class DefaultClusterPlugin(config: StateFlow<DashMapStyleConfig> = MutableStateFlow(DEFAULT_CONFIG), lowClusterRendering: Boolean = false) : ClusterPlugin

Constructors

Link copied to clipboard
constructor(styles: DashMapStyleConfig, lowClusterRendering: Boolean = false)
constructor(config: StateFlow<DashMapStyleConfig> = MutableStateFlow(DEFAULT_CONFIG), lowClusterRendering: Boolean = false)

Properties

Link copied to clipboard

The user's preferred map style transformer.

Link copied to clipboard

The user's preferred setting for low-cluster rendering.