lipeil
// 隐藏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中国区也是使用的高德地图,貌似进行了深度的定制

分类:

技术点:

相关文章:

  • 2022-01-13
  • 2022-12-23
  • 2022-12-23
  • 2021-11-11
  • 2021-12-22
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-09
  • 2022-01-10
  • 2021-12-01
  • 2022-12-23
相关资源
相似解决方案