Skip to content

Commit a1c2641

Browse files
committed
feat: default value
1 parent f9234f4 commit a1c2641

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • maps-compose/src/main/java/com/google/maps/android/compose

maps-compose/src/main/java/com/google/maps/android/compose/Marker.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ public fun MarkerInfoWindow(
397397
alpha: Float = 1.0f,
398398
anchor: Offset = Offset(0.5f, 1.0f),
399399
draggable: Boolean = false,
400-
contentDescription: String,
400+
contentDescription: String? = "",
401401
flat: Boolean = false,
402402
icon: BitmapDescriptor? = null,
403403
infoWindowAnchor: Offset = Offset(0.5f, 0.0f),

0 commit comments

Comments
 (0)