Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: documentation fix #568

Merged
merged 1 commit into from
May 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
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