Can I change the gesture processing for Google Maps for iOS?

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.

+4
source share

Source: https://habr.com/ru/post/1497385/


All Articles