Centered zooming a Google Map through a wrapper?
问题 How can i set a listener on an transparent ImageView that is above the map, to only react to pinching (zooming) events on it, while everything else like moving the map gets handled by the Google map? My goal is to create centered zooming on the map which can be done like so: mGoogleMap.animateCamera(CameraUpdateFactory.newLatLngZoom(mGoogleMap.getCameraPosition().target, amountOfZoomNeeded)); but i need to catch that pinch event first, and only that event since onTouch blocks using the map