Skip to content

Commit

Permalink
fix: documentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dkhawk committed May 7, 2024
1 parent 0ee870d commit 02e1494
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 02e1494

Please sign in to comment.