-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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: implementation of diff #1438
Conversation
demo/src/main/java/com/google/maps/android/utils/demo/ClusteringDiffDemoActivity.java
Fixed
Show fixed
Hide fixed
demo/src/main/java/com/google/maps/android/utils/demo/ClusteringDiffDemoActivity.java
Fixed
Show fixed
Hide fixed
demo/src/main/java/com/google/maps/android/utils/demo/ClusteringDiffDemoActivity.java
Dismissed
Show dismissed
Hide dismissed
demo/src/main/java/com/google/maps/android/utils/demo/ClusteringDiffDemoActivity.java
Dismissed
Show dismissed
Hide dismissed
Code Coverage
|
🎉 This PR is included in version 3.10.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 3.10.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
# [3.10.0](v3.9.0...v3.10.0) (2025-01-16) ### Bug Fixes * changed release config ([#1447](#1447)) ([ad0cfec](ad0cfec)) * update README to template ([#1434](#1434)) ([cf0b32e](cf0b32e)) ### Features * implementation of diff ([#1438](#1438)) ([c1edbaf](c1edbaf)) * removed dependabot automerge flow ([#1430](#1430)) ([f7f4801](f7f4801))
🎉 This PR is included in version 3.10.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 3.10.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
1 similar comment
🎉 This PR is included in version 3.10.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
The following PR implements the diff option to add, remove and update items on a Cluster. It also provides a sample on how to implement it on the app, including modifying the ClusterItem extended object to add the equals() method. It provides a Custom Renderer as a sample, as well.
Summary of changes:
This is a diagram that showcases the relationship between the main components in the Clustering.