定位数据生成与定位完成
This commit is contained in:
parent
d2b4213e9b
commit
76d6e7cf46
@ -95,7 +95,7 @@ dependencies {
|
||||
implementation 'androidx.vectordrawable:vectordrawable-animated:1.1.0'
|
||||
implementation 'androidx.fragment:fragment:1.1.0'
|
||||
implementation 'com.google.android.material:material:1.3.0'
|
||||
|
||||
|
||||
implementation 'cc.winboll.studio:libappbase:15.0.5'
|
||||
implementation 'cc.winboll.studio:libapputils:15.0.7'
|
||||
}
|
||||
|
@ -1,8 +1,8 @@
|
||||
#Created by .winboll/winboll_app_build.gradle
|
||||
#Wed Mar 19 21:14:00 GMT 2025
|
||||
#Wed Mar 19 21:40:37 GMT 2025
|
||||
stageCount=0
|
||||
libraryProject=
|
||||
baseVersion=1.0
|
||||
publishVersion=1.0.0
|
||||
buildCount=256
|
||||
buildCount=260
|
||||
baseBetaVersion=1.0.1
|
||||
|
@ -354,15 +354,15 @@ public class TXMSFragment extends Fragment implements /*EasyPermissions.Permissi
|
||||
private void moveToLocation(Location location) {
|
||||
ToastUtils.show(String.format("%s", location.toString()));
|
||||
|
||||
// //对地图操作类进行操作
|
||||
// CameraUpdate cameraSigma =
|
||||
// CameraUpdateFactory.newCameraPosition(new CameraPosition(
|
||||
// convertToLatLng(location),
|
||||
// 15,
|
||||
// 0f,
|
||||
// 0f));
|
||||
// //移动地图
|
||||
// tencentMap.moveCamera(cameraSigma);
|
||||
//对地图操作类进行操作
|
||||
CameraUpdate cameraSigma =
|
||||
CameraUpdateFactory.newCameraPosition(new CameraPosition(
|
||||
convertToLatLng(location),
|
||||
15,
|
||||
0f,
|
||||
0f));
|
||||
//移动地图
|
||||
tencentMap.moveCamera(cameraSigma);
|
||||
//addLocationToMap(location);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user