-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat!: setting the custom location button via sample #428
Conversation
maps-compose/src/main/java/com/google/maps/android/compose/GoogleMap.kt
Outdated
Show resolved
Hide resolved
maps-compose/src/main/java/com/google/maps/android/compose/GoogleMap.kt
Outdated
Show resolved
Hide resolved
maps-compose/src/main/java/com/google/maps/android/compose/GoogleMap.kt
Outdated
Show resolved
Hide resolved
@vladcioricagoogle , we were discussing this issue before. What do you think of this approach? In general it would keep the API a bit leaner, and require handling the |
Decisions we make here will also steer the implementation approach for #339. |
@kikoso looks good to me, seems that we still can achieve the required functionality so I don't have anything agains it |
bcddee1
to
8c8a41b
Compare
@wangela , re-run the test here, now passing. |
# [4.0.0](v3.1.1...v4.0.0) (2023-10-25) * feat!: setting the custom location button via sample (#428) ([cebb6a0](cebb6a0)), closes [#428](#428) ### BREAKING CHANGES * remove `myLocationButton` from `GoogleMap`. Equivalent functionality for customizing a map control is demonstrated in the sample app.
🎉 This PR is included in version 4.0.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Update: this PR moves the custom location to the sample instead of managing it via the GoogleMap.
The following PR fixes an issue when a Modifier was set for GoogleMaps. This PR introduces a custom Modifier for the custom location row in the map, and adds this one only when a custom location has been added.Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Fixes #427