-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Description
Hi.
I do not understand how to make clustering after click on Cluster?
In google library we go that:
@Override public boolean onClusterClick(final Cluster<MyItem> cluster) { map.animateCamera(CameraUpdateFactory.newLatLngZoom( cluster.getPosition(), (float) Math.floor(map .getCameraPosition().zoom + 1)), 300, null); return true;
In this library we do not have getPosition() so how we can do it?
Sorry, if this is very stupid question I am a beginner in android.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels