Skip to content

Commit 3b0a10f

Browse files
authored
fix: documentation fix (#568)
Co-authored-by: dkhawk <[email protected]>
1 parent 0ee870d commit 3b0a10f

File tree

1 file changed

+3
-3
lines changed
  • maps-compose/src/main/java/com/google/maps/android/compose

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)