I have a cluster marker that defines a bounding rectangle containing a group of markers. The cluster has a center (lat,lon), a marker count and a latitude and longitude span to calculate the bounds.
The Google Maps API (JS) has a function called "getBoundsZoomLevel(bounds)" but I cannot find an equivalent method in the Google Maps SDK for Android. How can I estimate the zoom level for given bounds (especially on different devices with different resolutions/densitys)?
I've planned that an user can touch a cluster marker and the map view will be centered to the center and the bounds of that cluster.
Has anybody a working code snippet or some suggestions for me?
Thanks in advance Regards Thorsten.