The APIs for customizing the info window are not exposed in the public API for advanced markers:
|
infoWindow: (@Composable (Marker) -> Unit)? = null, |
|
infoContent: (@Composable (Marker) -> Unit)? = null, |
We need to be able to customize this so it would be good to expose via a public function.