Skip to content

Commit

Permalink
fix: fixed documentation (#567)
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoso committed May 7, 2024
1 parent f89448b commit 31960a2
Showing 1 changed file with 7 additions and 7 deletions.
Expand Up @@ -135,7 +135,7 @@ 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
* @param state such as its position and info window
* state such as its position and info window
* @param alpha the alpha (opacity) of the marker
* @param anchor the anchor for the marker image
* @param draggable sets the draggability for the marker
Expand Down Expand Up @@ -203,7 +203,7 @@ public fun Marker(
* @param keys unique keys representing the state of this Marker. Any changes to one of the key will
* trigger a rendering of the content composable and thus the rendering of an updated marker.
* @param state the [MarkerState] to be used to control or observe the marker
* @param state such as its position and info window
* 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
Expand Down Expand Up @@ -275,7 +275,7 @@ public fun MarkerComposable(
* [com.google.maps.android.compose.Marker].
*
* @param state the [MarkerState] to be used to control or observe the marker
* @param state such as its position and info window
* state such as its position and info window
* @param alpha the alpha (opacity) of the marker
* @param anchor the anchor for the marker image
* @param draggable sets the draggability for the marker
Expand Down Expand Up @@ -345,7 +345,7 @@ public fun MarkerInfoWindow(
* [com.google.maps.android.compose.Marker].
*
* @param state the [MarkerState] to be used to control or observe the marker
* @param state such as its position and info window
* state such as its position and info window
* @param alpha the alpha (opacity) of the marker
* @param anchor the anchor for the marker image
* @param draggable sets the draggability for the marker
Expand Down Expand Up @@ -413,7 +413,7 @@ public fun MarkerInfoWindowContent(
* Internal implementation for a marker on a Google map.
*
* @param state the [MarkerState] to be used to control or observe the marker
* @param state such as its position and info window
* 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
Expand Down Expand Up @@ -534,7 +534,7 @@ private fun MarkerImpl(
*
* @param state the [MarkerState] to be used to control or observe the marker
* @param contentDescription the content description for accessibility purposes
* @param state such as its position and info window
* state such as its position and info window
* @param alpha the alpha (opacity) of the marker
* @param anchor the anchor for the marker image
* @param draggable sets the draggability for the marker
Expand Down Expand Up @@ -607,7 +607,7 @@ public fun AdvancedMarker(
*
* @param state the [MarkerState] to be used to control or observe the marker
* @param contentDescription the content description for accessibility purposes
* @param state such as its position and info window
* state such as its position and info window
* @param alpha the alpha (opacity) of the marker
* @param anchor the anchor for the marker image
* @param draggable sets the draggability for the marker
Expand Down

0 comments on commit 31960a2

Please sign in to comment.