搜尋

首頁  >  問答  >  主體

android 百度地图怎么重定位

首次打开地图定位成功后,用户把地图滑倒了别的地方,怎么能让地图重新回到用户所在的位置呢?百度地图官方App可以做到,在左下角。但是没有找到相关API。

阿神阿神2768 天前853

全部回覆(2)我來回復

  • ringa_lee

    ringa_lee2017-04-17 16:03:59

    LatLng point = new LatLng(myLatitude, myLongitude);//經緯度,可以透過BDLocation得到
    mBaiduMap.setMapStatus(MapStatusUpdateFactory.newLatLng(point));

    回覆
    0
  • PHPz

    PHPz2017-04-17 16:03:59

    定位API取得使用者目前的位置座標 point, mapView.getController().animateTo(point);

    回覆
    0
  • 取消回覆