android 百度地图怎么重定位
阿神
阿神 2017-04-17 16:01:59
0
2
848

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

阿神
阿神

闭关修行中......

reply all(2)
左手右手慢动作

LatLng point = new LatLng(myLatitude, myLongitude); //Latitude and longitude can be obtained through BDLocation
mBaiduMap.setMapStatus(MapStatusUpdateFactory.newLatLng(point));

PHPzhong

Positioning API gets the user’s current location coordinates point, mapView.getController().animateTo(point);

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!