Google Maps already has certain gestures for panning, tilting, and zooming the map. I donβt want to use the slope on my map, so when I turn it off using setTiltGestures: NO, it now handles two-way panning to scroll the map (same as panning with one finger, so there is too much of it). I want to use this gesture (a gesture with two fingers) for something else in the application, but it always ends with scrolling the map. How do I find a way around this?
https://developers.google.com/maps/documentation/ios/reference/protocol_g_m_s_map_view_delegate-p
Thanks.
source share