提问人:martin010 提问时间:11/13/2023 更新时间:11/13/2023 访问量:6
Google Maps iOS SDK GMSGroundOverlay 不再起作用
Google Maps iOS SDK GMSGroundOverlay not working anymore
问:
我被一个奇怪的问题所困扰。多年来,我一直在使用以下代码部分:
[GMSGroundOverlay groundOverlayWithBounds:overlayBounds icon:icon];
并且工作正常,但是最近它停止工作,我的应用程序不再显示覆盖层。 通过调试,我可以看到“图标”加载了正确的图片(透明 PNG),并且边界是有效坐标。
Xcode代码15.0.1 iOS的17.0.1 谷歌地图 SDK 7.4.0
有什么提示吗?
答: 暂无答案
评论