Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
更新到 iOS 版 Google Maps SDK 后:1.3.1.3848 我无法再在添加到 MapView 的子视图上捕获触摸事件。
谢谢你的帮助!斯文
我不再使用 GSMMapView 作为根视图。只需将其添加到 self.view 使用
[self.view insertSubview:_googleMapView atIndex:0];
反而。