我在我的 ios 应用程序中使用我的谷歌地图 ios sdk 并设置mylocationbutton = yes
;
这是完整的代码
GMSCameraPosition *camera = [GMSCameraPosition cameraWithLatitude:-33.86 longitude:151.20 zoom:6]; mapView_ = [GMSMapView mapWithFrame:CGRectZero camera:camera]; mapView_.myLocationEnabled = YES;self.view = mapView_;
mapView_.delegate = self;
mapView_.settings.myLocationButton = YES;
mapView_.settings.compassButton = 是;
它在 ios 6 或更早版本中运行良好,按钮出现在右下角。
但我发现如果应用程序在 ios 7 设备或模拟器上运行,按钮就会消失
我已经将不同的部署级别从 5 更改为 7