MarkerInfoWindowContent
A composable for a marker on the map wherein its info window contents can be customized. If this customization is not required, use com.google.maps.android.compose.Marker.
Parameters
the MarkerState to be used to control or observe the marker state such as its position and info window
the alpha (opacity) of the marker
the anchor for the marker image
sets the draggability for the marker
sets if the marker should be flat against the map
sets the icon for the marker
the anchor point of the info window on the marker image
the rotation of the marker in degrees clockwise about the marker's anchor point
the snippet for the marker
optional tag to associate with the marker
the title for the marker
the visibility of the marker
the z-index of the marker
a lambda invoked when the marker is clicked
a lambda invoked when the marker's info window is clicked
a lambda invoked when the marker's info window is closed
a lambda invoked when the marker's info window is long clicked
optional composable lambda expression for customizing the info window's content