clusterImageProvider
actual fun clusterImageProvider(size: DpSize, key1: Any?, key2: Any?, content: (Cluster) -> Unit): ClusterImageProvider
actual fun clusterImageProvider(size: DpSize, key1: Any?, key2: Any?, key3: Any?, content: (Cluster) -> Unit): ClusterImageProvider
expect fun clusterImageProvider(size: DpSize, content: @Composable (Cluster) -> Unit): ClusterImageProvider
expect fun clusterImageProvider(size: DpSize, key1: Any?, key2: Any?, content: @Composable (Cluster) -> Unit): ClusterImageProvider
expect fun clusterImageProvider(size: DpSize, key1: Any?, key2: Any?, key3: Any?, content: @Composable (Cluster) -> Unit): ClusterImageProvider
actual fun clusterImageProvider(size: ERROR CLASS: Symbol not found for DpSize, content: (ERROR CLASS: Symbol not found for Cluster) -> Unit): ClusterImageProvider
actual fun clusterImageProvider(size: ERROR CLASS: Symbol not found for DpSize, vararg key1: Any?, content: (ERROR CLASS: Symbol not found for Cluster) -> Unit): ClusterImageProvider
actual fun clusterImageProvider(size: ERROR CLASS: Symbol not found for DpSize, key1: Any?, key2: Any?, content: (ERROR CLASS: Symbol not found for Cluster) -> Unit): ClusterImageProvider
actual fun clusterImageProvider(size: ERROR CLASS: Symbol not found for DpSize, key1: Any?, key2: Any?, key3: Any?, content: (ERROR CLASS: Symbol not found for Cluster) -> Unit): ClusterImageProvider
Highly experimental API. Will be changed in the future release
Parameters
size
use to render image on ios, ignored on android
content
composable rendered to bitmap. Don't use animations or dynamic content. Can be rendered only if key changed or parent render