We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 439fbf8 commit 573e0e2Copy full SHA for 573e0e2
1 file changed
maps-compose/src/main/java/com/google/maps/android/compose/TileOverlay.kt
@@ -108,6 +108,7 @@ public fun TileOverlay(
108
visible(visible)
109
zIndex(zIndex)
110
} ?: error("Error adding tile overlay")
111
+ this.tileOverlayState.tileOverlay = this.tileOverlay
112
}
113
update(fadeIn) { this.tileOverlay.fadeIn = it }
114
update(transparency) { this.tileOverlay.transparency = it }
0 commit comments