高德地图在使用中 放大缩小 logo很大
mapView.onCreate(arg0);// 必须要写
if (aMap == null) {
aMap = mapView.getMap();
要将
mapView.onCreate(arg0);// 必须要写
写在getMap()之前就可以了
高德地图在使用中 放大缩小 logo很大
mapView.onCreate(arg0);// 必须要写
if (aMap == null) {
aMap = mapView.getMap();
mapView.onCreate(arg0);// 必须要写
写在getMap()之前就可以了