aMap.moveCamera(CameraUpdateFactory.zoomTo(13));
aMap.moveCamera(CameraUpdateFactory.newLatLngZoom(new LatLng(getLatitude(), getLongitude()), 13f));
文章来源: 高德地图 指定高度 ZOOM 缩放 amap
aMap.moveCamera(CameraUpdateFactory.zoomTo(13));
aMap.moveCamera(CameraUpdateFactory.newLatLngZoom(new LatLng(getLatitude(), getLongitude()), 13f));