We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c1b2d6a + 573e0e2 commit ac6980bCopy full SHA for ac6980b
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