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

时间:2016-06-02 11:27:09

标签: ios google-maps google-street-view

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

如何识别GMSPanoramaView上的任何触摸/点击事件。

1 个答案:

答案 0 :(得分:1)

您可以使用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