如何在 GMSPanoramaView 上获取触摸事件/点击事件

How to get touch event / tap event on GMSPanoramaView

我的视图中有一个 GMSPanoramaView,单击 GMSPanoramaView 我想执行一些操作。

我如何识别 GMSPanoramaView 上的任何 touch/Tap 事件。

您可以使用 GMSPanoramaView 委托:

  • (void)panoramaView:(GMSPanoramaView *)panoramaView didTap:(CGPoint)point;

查看 GMSPanoramaView 文档:

https://developers.google.com/maps/documentation/ios-sdk/reference/protocol_g_m_s_panorama_view_delegate-p.html#member-function-documentation