mhr9o2o / android-maps-extensions

Automatically exported from code.google.com/p/android-maps-extensions
0 stars 0 forks source link

Getting min zoom level at which Marker is not clustered. #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Usual use case: allowing user to interact with single marker.

float zoom = map.getMinZoomNotClustered(marker);
map.animateCamera(CameraUpdateFactory.newLatLngZoom(marker.getPosition(), 
zoom));

Original issue reported on code.google.com by maciek.g...@gmail.com on 14 Apr 2013 at 11:37

GoogleCodeExporter commented 9 years ago
Added in 1.3

Original comment by maciek.g...@gmail.com on 8 May 2013 at 7:15