将一些按钮添加到 GMSMapView(Google 地图)并更改图像按钮

add some button to GMSMapView (Google Map) and change the image button

我试了但无法显示按钮

代码:

btnLokasiSaya = UIButton(frame: CGRect(x: 341, y: 28, width: 100, height: 30))
self.viewMap.addSubview(btnLokasiSaya)

故事板:

输出:我的按钮在模拟中找不到

在你的Main.Storyboard外添加按钮mapview如下图: