I use android-maps-utils and I would like to know if this scenario is possible:
- MapFragment is running and pins/marker are clustered
- User go to list of markers and go to detail of chosen marker
- User go from details to map and would like to see chosen marker centered and de-clustered
Is it possible to adjust zoom level to de-cluster cluster marker and display chosen marker?
//this line will zoom to specific point map.animateCamera(CameraUpdateFactory.newLatLng(fault.getPosition()), null);
I do not know how to de-cluster/zoom to display specific pin, without setting max/min zoom