Google地图显示" offmap"当GMSCameraPosition设置得太远

时间:2017-12-09 14:15:58

标签: ios google-maps

我使用GMSCameraPosition定位GMSMapView,如下所示:

GMSCameraPosition *camera = [GMSCameraPosition cameraWithLatitude:myLat longitude:myLon zoom:0.0f]; 
mapView = [GMSMapView mapWithFrame:myScreenRect camera:camera];

但是如果纬度(myLat)太高(太远北)并且缩放固定为0,那么地图会显示灰色" offmap"顶部区域,如下图所示。

有没有人知道如何调整纬度值(足够向下)以便这个" offmap"区域不显示,同时仍保持zoom = 0?

我正在使用iOS Googlemaps SDK。

提前致谢。

enter image description here

0 个答案:

没有答案