Skip to content

Conversation

@vorokami
Copy link
Contributor

@vorokami vorokami commented Jun 17, 2022

My implementation of my feature request - issue#1097

Closes #1097

...for marker splitting/merging effects
Copy link
Collaborator

@barbeau barbeau left a 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.

vorokami and others added 3 commits June 28, 2022 14:19
Co-authored-by: Sean Barbeau <sjbarbeau@gmail.com>
Co-authored-by: Sean Barbeau <sjbarbeau@gmail.com>
@vorokami
Copy link
Contributor Author

@barbeau. Fixed all comments. Long everywhere for animation duration and Javadocs to interface method and to class method

@barbeau barbeau changed the title Fixes #1097 - added the functionality to change the animation duration for marker splitting/merging effects feat: Allow changes to animation duration for marker splitting/merging effects Jun 28, 2022
* @param animationDuration long: The length of the animation, in milliseconds. This value cannot be negative.
*/
@Override
public void setAnimationDuration(long animationDuration) {
Copy link
Collaborator

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.

Copy link
Contributor Author

@vorokami vorokami Jun 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@barbeau, Done

Copy link
Collaborator

@barbeau barbeau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @vorokami!

@barbeau barbeau merged commit 1930f6a into googlemaps:main Jun 28, 2022
googlemaps-bot pushed a commit that referenced this pull request Jun 28, 2022
# [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))
@googlemaps-bot
Copy link
Contributor

🎉 This PR is included in version 2.4.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

**DefaultClusterRenderer** -- Add the functionality to change the animation duration for marker splitting/merging effects

4 participants