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())