aMap.moveCamera(CameraUpdateFactory.zoomTo(13));aMap.moveCamera(CameraUpdateFactory.newLatLngZoom(new LatLng(getLatitude(), getLongitude()), 13f));
本文介绍了如何使用aMap API实现地图相机的移动与缩放功能。通过调用moveCamera方法,并传入CameraUpdateFactory.zoomTo设置缩放级别为13;同时利用newLatLngZoom方法设定地图中心点坐标及相同缩放级别。
aMap.moveCamera(CameraUpdateFactory.zoomTo(13));aMap.moveCamera(CameraUpdateFactory.newLatLngZoom(new LatLng(getLatitude(), getLongitude()), 13f));
5728
1749
2879

被折叠的 条评论
为什么被折叠?