fix: 修改测试定位位置

This commit is contained in:
2023-12-04 11:02:21 +08:00
parent fa4cf3d251
commit fb85eebc87
3 changed files with 2 additions and 3 deletions

1
.gitmodules vendored
View File

@@ -2,4 +2,3 @@
path = vtm
url = git@gitee.com:navinfo-mobile/vtm.git
branch = navinfo

View File

@@ -196,7 +196,7 @@ class PersonalCenterFragment(private var indoorDataListener: ((Boolean) -> Unit?
// 定位到指定位置
niMapController.mMapView.vtmMap.animator()
// .animateTo(GeoPoint( 40.05108004733645, 116.29187746293708 ))
.animateTo(GeoPoint(40.07290793293324, 116.24617660398738 ))
.animateTo(GeoPoint(39.88707004725549, 116.16390557370013))
}
R.id.personal_center_menu_open_all_layer -> {

2
vtm

Submodule vtm updated: 30e94bcd06...5a0e348ed8