집 > Q&A > 본문
首次打开地图定位成功后,用户把地图滑倒了别的地方,怎么能让地图重新回到用户所在的位置呢?百度地图官方App可以做到,在左下角。但是没有找到相关API。
ringa_lee2017-04-17 16:03:59
LatLng point = new LatLng(myLatitude, myLongitude);//经纬度,可以通过BDLocation得到mBaiduMap.setMapStatus(MapStatusUpdateFactory.newLatLng(point));
PHPz2017-04-17 16:03:59
定位API获取用户当前的位置坐标 point, mapView.getController().animateTo(point);