Can I disable drag functionality when the user tries to drag the map with his fingers without disturbing the Zoom in and Zoom out?
Any one please suggest an idea of doing this! Thanks for your Precious help!!
You can disable dragging in MapFragment
using:
googleMap.getUiSettings().setScrollGesturesEnabled(false);