我想在mapView中禁用滚动,但GMSMarker
引脚应该是可点击的。
有什么建议吗?
答案 0 :(得分:0)
$ curl -g '{http://example.com/}'
curl: (1) Protocol "{http" not supported or disabled in libcurl
MKMapView
对于谷歌地图
mapView.scrollEnabled = NO;
答案 1 :(得分:0)
解决了我的问题......
最好的方法是设置:
mapView_.userInteractionEnabled = NO;
并在superview上添加一个按钮并向其添加目标:)