Swift如何以编程方式隐藏信息窗口

时间:2016-07-12 05:18:55

标签: swift google-maps

我正在使用谷歌地图快速。我想知道是否有一种方法可以在我使用委托时隐藏信息窗口will move

func mapView(mapView: GMSMapView, willMove gesture: Bool) {
    if gesture {
                  // Hide info window here
    }
}

地图 enter image description here

1 个答案:

答案 0 :(得分:5)

活动信息窗口存储在GMSMapView的selectedMarker中。 将其设置为nil,信息窗口将消失。

$.ajax({
    type: 
    url: 
    contentType: 
    dataType: 
    success: function() {
    }
});