简体   繁体   中英

iOS: how to detect double tap on marker in GoogleMaps

I using GoogleMaps.framework in my iOS app. I need detect double tap on marker to do some action.

I try to find some public method to do it, but I am not lucky. Have any way to do it?

通过参考谷歌地图提供的委托功能,您可以检测是否已单击标记:)

假设标记是视图,是否可以不向其添加UITapGestureRecognizer,然后将触发识别器所需的点击次数设置为2?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM