From 02e1494f699035f172de68821e8e842df16b97f1 Mon Sep 17 00:00:00 2001 From: dkhawk Date: Tue, 7 May 2024 17:01:48 -0600 Subject: [PATCH] fix: documentation fix --- .../src/main/java/com/google/maps/android/compose/Marker.kt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/maps-compose/src/main/java/com/google/maps/android/compose/Marker.kt b/maps-compose/src/main/java/com/google/maps/android/compose/Marker.kt index f3788c04..796ce3a3 100644 --- a/maps-compose/src/main/java/com/google/maps/android/compose/Marker.kt +++ b/maps-compose/src/main/java/com/google/maps/android/compose/Marker.kt @@ -134,8 +134,8 @@ public fun rememberMarkerState( /** * A composable for a marker on the map. * @param state the [MarkerState] to be used to control or observe the marker - * @param contentDescription the content description for accessibility purposes * state such as its position and info window + * @param contentDescription the content description for accessibility purposes * @param alpha the alpha (opacity) of the marker * @param anchor the anchor for the marker image * @param draggable sets the draggability for the marker @@ -533,8 +533,8 @@ private fun MarkerImpl( * A composable for an advanced marker on the map. * * @param state the [MarkerState] to be used to control or observe the marker - * @param contentDescription the content description for accessibility purposes * state such as its position and info window + * @param contentDescription the content description for accessibility purposes * @param alpha the alpha (opacity) of the marker * @param anchor the anchor for the marker image * @param draggable sets the draggability for the marker @@ -606,8 +606,8 @@ public fun AdvancedMarker( * Internal implementation for an advanced marker on a Google map. * * @param state the [MarkerState] to be used to control or observe the marker - * @param contentDescription the content description for accessibility purposes * state such as its position and info window + * @param contentDescription the content description for accessibility purposes * @param alpha the alpha (opacity) of the marker * @param anchor the anchor for the marker image * @param draggable sets the draggability for the marker