缩小或滚动时未加载Google Maps iOS API图块

时间:2016-03-01 00:33:01

标签: ios swift google-maps google-maps-sdk-ios

我有一个奇怪的问题,似乎最近才悄悄上升。我的代码(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设置我的地图,因为我在地图顶部使用叠加视图来添加控件(无论如何都不会影响问题)。

当我缩小或滚动超出我假设的是为相机位置加载的图块时,视图为黑色并且新图块永远不会加载。有一个我失踪的代表吗? Zoomed out and panned from initial camera position

1 个答案:

答案 0 :(得分:0)

原来这是谷歌的一个错误。

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