googlemaps / googlemaps/android-maps-compose
Clustering: Add the ability to customize the Marker InfoWindow on Marker click
Open
priority: p3
type: feature request
- Dominant language
- Kotlin
- Stars
- 1.3k
- Forks
- 181
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 18
Description
For what I understand there is no actual way to customize the InfoWindow of a marker that is part of the cluster, like in [here](https://github.com/googlemaps/android-maps-compose/blob/main/app/src/main/java/com/google/maps/android/compose/MapClusteringActivity.kt#L102) using the "content" parameter of MarkerInfoWindow when the Marker is clicked, the problem is that the Marker of the example is a non-clustered Marker
.
Contributor guide
Assessment
This issue has not been assessed yet.