// 隱藏logo
View child = mMapView.getChildAt(1); if (child != null && (child instanceof ImageView || child instanceof ZoomControls)){ child.setVisibility(View.INVISIBLE); } //地圖上比例尺 mMapView.showScaleControl(false);
// 隱藏縮放控制元件 mMapView.showZoomControls(false);
另外:谷歌地圖被牆,國內好用的地圖只有百度、高德了。據說ios中國區也是使用的高德地圖,貌似進行了深度的定製