Merge branch 'master' of gitlab.navinfo.com:CollectVehicle/OneMapQS

This commit is contained in:
squallzhjch
2023-09-21 10:12:21 +08:00
5 changed files with 6 additions and 3 deletions

View File

@@ -262,6 +262,7 @@
"code": 3014,
"name": "人行横道",
"catch":true,
"checkLinkId": false,
"zoomMin": 18,
"zoomMax": 20
},

View File

@@ -166,7 +166,7 @@ class PersonalCenterFragment(private var indoorDataListener: ((Boolean) -> Unit?
// 定位到指定位置
niMapController.mMapView.vtmMap.animator()
// .animateTo(GeoPoint( 40.05108004733645, 116.29187746293708 ))
.animateTo(GeoPoint(40.09848700000006, 116.53088699999999))
.animateTo(GeoPoint(40.09819324139729,116.53123207733361 ))
}
R.id.personal_center_menu_open_all_layer -> {