I used googlemap in my project. I doesn't wish to zoom map in any case. I wish to disable zooming when swipe on screen. I used,
map.getUiSettings().setZoomControlsEnabled(false);
But it did not useful to me. Can anyone help me? Thanks in advance.