-
Notifications
You must be signed in to change notification settings - Fork 77
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
Animate cluster when visible #1
Comments
|
Look https://developers.google.com/android/reference/com/google/android/gms/maps/model/Marker Alpha I found this for animate fadeIn
|
Oh, I see, thanks. I somehow overlooked the method. I could try adding the appearing animation and see how it will look. |
I have implemented the appearance animation. Check this commit: c5652fd. I will release a new version soon. |
Great library, right now I was looking for a solution whith clustering...
I see in the demo/gir that the cluster is hidden and shown only when necessary
Is posible add animate
fade-in
when cluster is needed draw in viewport?Similar objects in google maps, labels, icons...
Or other feature, posible set factor viewport "visible"
increase the viewport as if it were 1.2f, so the clusters are pre-loaded before being visualized
The text was updated successfully, but these errors were encountered: