@@ -134,8 +134,8 @@ public fun rememberMarkerState(
134134/* *
135135 * A composable for a marker on the map.
136136 * @param state the [MarkerState] to be used to control or observe the marker
137- * @param contentDescription the content description for accessibility purposes
138137 * state such as its position and info window
138+ * @param contentDescription the content description for accessibility purposes
139139 * @param alpha the alpha (opacity) of the marker
140140 * @param anchor the anchor for the marker image
141141 * @param draggable sets the draggability for the marker
@@ -533,8 +533,8 @@ private fun MarkerImpl(
533533 * A composable for an advanced marker on the map.
534534 *
535535 * @param state the [MarkerState] to be used to control or observe the marker
536- * @param contentDescription the content description for accessibility purposes
537536 * state such as its position and info window
537+ * @param contentDescription the content description for accessibility purposes
538538 * @param alpha the alpha (opacity) of the marker
539539 * @param anchor the anchor for the marker image
540540 * @param draggable sets the draggability for the marker
@@ -606,8 +606,8 @@ public fun AdvancedMarker(
606606 * Internal implementation for an advanced marker on a Google map.
607607 *
608608 * @param state the [MarkerState] to be used to control or observe the marker
609- * @param contentDescription the content description for accessibility purposes
610609 * state such as its position and info window
610+ * @param contentDescription the content description for accessibility purposes
611611 * @param alpha the alpha (opacity) of the marker
612612 * @param anchor the anchor for the marker image
613613 * @param draggable sets the draggability for the marker
0 commit comments