-
Notifications
You must be signed in to change notification settings - Fork 1.5k
feat: Allow changes to animation duration for marker splitting/merging effects #1098
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
Conversation
...for marker splitting/merging effects
barbeau
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR @vorokami! A few comments inline.
library/src/main/java/com/google/maps/android/clustering/view/ClusterRenderer.java
Outdated
Show resolved
Hide resolved
library/src/main/java/com/google/maps/android/clustering/view/ClusterRenderer.java
Outdated
Show resolved
Hide resolved
library/src/main/java/com/google/maps/android/clustering/view/DefaultClusterRenderer.java
Show resolved
Hide resolved
library/src/main/java/com/google/maps/android/clustering/view/DefaultClusterRenderer.java
Outdated
Show resolved
Hide resolved
library/src/main/java/com/google/maps/android/clustering/view/DefaultClusterRenderer.java
Outdated
Show resolved
Hide resolved
library/src/main/java/com/google/maps/android/clustering/view/ClusterRenderer.java
Outdated
Show resolved
Hide resolved
Co-authored-by: Sean Barbeau <sjbarbeau@gmail.com>
Co-authored-by: Sean Barbeau <sjbarbeau@gmail.com>
|
@barbeau. Fixed all comments. Long everywhere for animation duration and Javadocs to interface method and to class method |
| * @param animationDuration long: The length of the animation, in milliseconds. This value cannot be negative. | ||
| */ | ||
| @Override | ||
| public void setAnimationDuration(long animationDuration) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One last item - can you please change all the variables here to add the Ms suffix? For example, animationDurationMs, mAnimationDurationMs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@barbeau, Done
barbeau
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @vorokami!
# [2.4.0](v2.3.0...v2.4.0) (2022-06-28) ### Features * Allow changes to animation duration for marker splitting/merging effects ([#1098](#1098)) ([1930f6a](1930f6a))
|
🎉 This PR is included in version 2.4.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
My implementation of my feature request - issue#1097
Closes #1097