-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat: customize MarkerInfoWindow's Marker using Composable #384
Conversation
hi @wangela |
Hi @mosmb , Could you add a small sample in the BasicMapActivity? Just a MarkerInfoWindow somewhere. |
Hi @mosmb . Did you have the chance to take a look at the comment above? With the sample we should be able to merge the PR. |
Ooops completely forgot about this, will do ! @kikoso |
b95cf3f
to
3117468
Compare
Hi @mosmb. It seems that your commit went under an address that did not sign the CLA: https://github.com/googlemaps/android-maps-compose/pull/384/checks?check_run_id=31618939418 |
@kikoso |
ping @kikoso |
Hi @mosmb ! We will take a look at this next week, thanks for putting it together. |
# [6.2.0](v6.1.2...v6.2.0) (2024-10-29) ### Features * customize MarkerInfoWindow's Marker using Composable ([#384](#384)) ([6dfe858](6dfe858))
🎉 This PR is included in version 6.2.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Add
Composable
support for Marker insideMakerInfoWindow
Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Fixes #383 🦕