-
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
Add possibility to change icon of selected marker #17
Comments
in ClusterRenderer change
to
and append this to ClusterRenderer.render
and then you can do something like this
|
@AleksandrTabolin hi! Do you have this code published somewhere as a fork? |
i dont know if you will reply but i just want to change the color of the cluster marker from red to black and keep the number as it is. i did try to usedefaultIconGenerator.setIconStyle(iconStyle); but i dont knw its not working srry but im new to android and cant figure it out by myself and had to ask |
Hi! Thank you for your work!
In app I work on I need to change icon of marker after clicked on it (make it bigger) . Now it's logic sealed in ClusterRenderer class, and there is no any posobility to change that. Easiest way to do it is add Marker from onMarkerClick method to methods of ClusterManager.Callbacks
The text was updated successfully, but these errors were encountered: