我正在使用Google Maps SDK在我的应用中显示地图。一切正常,除了我的地图视图看起来是空的,因为没有显示所有的地方。当我从谷歌地图应用程序打开相同的位置时,会显示所有地方,如商店、办公室、医院等。我的地图视图有什么问题。
我正在使用在Google Developers网站上编写的代码:
GMSCameraPosition *camera = [GMSCameraPosition cameraWithLatitude:72.34 longitude:19.45 zoom:18];
gmapView = [GMSMapView mapWithFrame:mainView.bounds camera:camera];
gmapView.myLocationEnabled = YES;
这是我的应用程序和谷歌地图应用程序的屏幕截图:
我的应用程序:
谷歌地图:
这些是同一个地方的截图!