We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9234f4 commit a1c2641Copy full SHA for a1c2641
1 file changed
maps-compose/src/main/java/com/google/maps/android/compose/Marker.kt
@@ -397,7 +397,7 @@ public fun MarkerInfoWindow(
397
alpha: Float = 1.0f,
398
anchor: Offset = Offset(0.5f, 1.0f),
399
draggable: Boolean = false,
400
- contentDescription: String,
+ contentDescription: String? = "",
401
flat: Boolean = false,
402
icon: BitmapDescriptor? = null,
403
infoWindowAnchor: Offset = Offset(0.5f, 0.0f),
0 commit comments