We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f1806a commit 5992dbcCopy full SHA for 5992dbc
app/src/main/java/com/google/maps/android/compose/markerexamples/MarkerClusteringActivity.kt
@@ -81,6 +81,7 @@ fun GoogleMapClustering() {
81
}
82
Box(
83
modifier = Modifier.fillMaxSize()
84
+ .systemBarsPadding()
85
) {
86
GoogleMapClustering(items = items)
87
@@ -182,7 +183,6 @@ private fun CustomUiClustering(items: List<MyItem>) {
182
183
},
184
// Optional: Custom rendering for non-clustered items
185
clusterItemContent = null
-
186
)
187
188
0 commit comments