You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OK, let me describe step by step how to archive it.
In advanced mode
Cluster click behavior: choose Show Info Window
Cluster Info Window Click behavior: choose Zoom to Bounds
Open the Sample Activity. Click on a cluster, then the Info Window will be shown.
In this case, if click the Info Window will perform Zoom to Bounds.
I want to have an option, when the Info Window is shown, we can also click on Cluster to perform Zoom to Bounds action. At the moment, click on Cluster when Info Window is shown does nothing.
Thank you for great mapping cluster library.
The text was updated successfully, but these errors were encountered:
Did you want to code this change? You could fork it, code it on your fork, and send a pull request. Let me know so we don't duplicate effort (I like the idea enough to implement it myself when I have time).
I just tried to implement this (see 13a1c60), but I think I stumbled across a bug in the Google Maps API v2. The problem is the marker.isInfoWindowVisible() returns false when the OnMarkerClickListener calls marker.showInfoWindow() and the onMarkerClick(Marker) returns true, so, even though the Info Window is clearly visible, it is not possible to accurately test its visibility programmatically. I'm going to try to repeat this problem in a more concise example, and then submit a bug report to the Google Maps API v2 bug tracker.
OK, let me describe step by step how to archive it.
In advanced mode
In this case, if click the Info Window will perform Zoom to Bounds.
Thank you for great mapping cluster library.
The text was updated successfully, but these errors were encountered: