ClusterGroup

data class ClusterGroup(val placemarks: ImmutableList<ClusterItem>, val icon: ImageProvider, val iconStyle: IconStyle = IconStyle(), val text: String? = null, val textStyle: TextStyle = TextStyle())

Constructors

Link copied to clipboard
constructor(placemarks: ImmutableList<ClusterItem>, icon: ImageProvider, iconStyle: IconStyle = IconStyle(), text: String? = null, textStyle: TextStyle = TextStyle())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val placemarks: ImmutableList<ClusterItem>
Link copied to clipboard
val text: String? = null
Link copied to clipboard