Cluster Options
data class ClusterOptions @JvmOverloads() constructor(cluster: Boolean, clusterRadius: Long, circleRadiusExpression: Value?, circleRadius: Double, textColorExpression: Value?, textColor: Int, textSizeExpression: Value?, textSize: Double, textField: Value?, clusterMaxZoom: Long, colorLevels: List<Pair<Int, Int>>, clusterProperties: HashMap<String, Any>?)
Content copied to clipboard
Options to show and configure symbol clustering with using SymbolManager.
It exposes a minimal of configuration options, a more advanced setup can be created manually with using CircleLayer and SymbolLayers directly.
Constructors
ClusterOptions
Link copied to clipboard
@JvmOverloads()
Content copied to clipboard
Properties
circleRadius
Link copied to clipboard
circleRadiusExpression
Link copied to clipboard
clusterMaxZoom
Link copied to clipboard
clusterProperties
Link copied to clipboard
clusterRadius
Link copied to clipboard
colorLevels
Link copied to clipboard
textColorExpression
Link copied to clipboard
textSizeExpression
Link copied to clipboard