地图Logo
官方的讲解如下:
iOS SDK默认的Logo为“高德地图v2.x.x”字样,显示在地图的左下方。地图Logo不能移除,但可通过_mapView.logoCenter = CGPointMake(CGRectGetWidth(self.view.bounds)-55, 450);来调节logo显示位置,
我这里 _scrollMapView.logoCenter = CGPointMake(100, 300.f);
怎么就不行丫,
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
要在屏幕可见范围内才能更改吧