I have a problem that I can\'t solve for some time.
I have a GMSMapView with imageView in front of it in the center. In result - I can drag map and always have cente
Google fixed this issue with google maps sdk 1.10.0.
The solution is to simply add this line when configuring GMSMapview:
_mapView.settings.allowScrollGesturesDuringRotateOrZoom = NO;