1

I want to stop google map ZoomOut when the zoom level reached to 9.0f.It seems map API2 does not have such method to control zoom level. Does anybody know any idea to solve this problem?..

Khem
  • 59
  • 7
  • map.getUiSettings().setZoomControlsEnabled(false); try this – mujjuraja Aug 04 '16 at 05:18
  • Thanks but this is use for to disable the zoom control and i want to disable the ZoomOut only. – Khem Aug 04 '16 at 05:29
  • changed this..mMap.getUiSettings(). setZoomGesturesEnabled(false); – mujjuraja Aug 04 '16 at 06:40
  • hy check this link. http://stackoverflow.com/questions/38369330/disabling-zoom-out-on-a-googlemap-object-android-google-maps-api – mujjuraja Aug 04 '16 at 06:40
  • Thanks again...But it disable all zoom and i wants to disable only two finger zoomOut when zoom level reached at 10.0f. other zoom should be work like two finger zooIn, double tab zoom etc – Khem Aug 04 '16 at 06:51
  • @khem Check whether you have any luck with this [post](http://stackoverflow.com/a/3818042/5850835) – Thush-Fdo Aug 04 '16 at 07:06
  • @khem, okay np. pls share yr code. i's try yr solution – mujjuraja Aug 04 '16 at 07:19

0 Answers0