gpt4 book ai didi

ios - 缩小或滚动时未加载 Google map iOS API 图 block

转载 作者:行者123 更新时间:2023-11-30 13:39:43 27 4
gpt4 key购买 nike

我遇到了一个奇怪的问题,似乎是最近才出现的。我的代码(viewDidLoad):

let camera = GMSCameraPosition.cameraWithLatitude(myLocation!.latitude, longitude: myLocation!.longitude, zoom: 20)
let mapView = GMSMapView.mapWithFrame(UIScreen.mainScreen().bounds, camera: camera)
mapView.mapType = kGMSTypeSatellite
self.mainMapView.addSubview(mapView)

我没有通过 self.view = mapView 设置我的 map ,因为我在 map 顶部使用叠加 View 来添加控件(似乎无论如何都不会影响问题) )。

当我缩小或滚动超出我认为为相机位置加载的图 block 时, View 为黑色,并且新图 block 永远不会加载。我缺少一位代表吗? Zoomed out and panned from initial camera position

最佳答案

事实证明这是 Google 端的一个错误。

这是问题和解决方案链接 https://code.google.com/p/gmaps-api-issues/issues/detail?id=9384

关于ios - 缩小或滚动时未加载 Google map iOS API 图 block ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35712533/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com