googlemaps / android-maps-compose

Jetpack Compose composables for the Maps SDK for Android
https://developers.google.com/maps/documentation/android-sdk/maps-compose
Apache License 2.0
1.16k stars 143 forks source link

Custom InfoWindow when using MarkerComposable #616

Closed mariohide closed 3 days ago

mariohide commented 3 months ago

Now that we have MarkerComposable, which allows us to create fully custom-styled markers, and MarkerInfoWindow, which allows us to create fully custom-styled InfoWindows, how should I proceed if I want both the Marker and InfoWindow to have custom styles?

NavorJames commented 1 month ago

How come this not yet implemented. There is already a composable that supports Composable Marker and one that supports Composable InfoWindow. Why not both?

mariohide commented 3 days ago

duplicate: https://github.com/googlemaps/android-maps-compose/issues/383 fixed: https://github.com/googlemaps/android-maps-compose/pull/384