fix: 修改动态marker显示错乱的问题
This commit is contained in:
parent
c1f4774b43
commit
35301e4c48
@ -287,6 +287,7 @@
|
|||||||
"zoomMax": 20,
|
"zoomMax": 20,
|
||||||
"is3D": true,
|
"is3D": true,
|
||||||
"catch": true,
|
"catch": true,
|
||||||
|
"checkLinkId": false,
|
||||||
"transformer": [
|
"transformer": [
|
||||||
{
|
{
|
||||||
"k": "geometry",
|
"k": "geometry",
|
||||||
|
@ -196,7 +196,7 @@ class PersonalCenterFragment(private var indoorDataListener: ((Boolean) -> Unit?
|
|||||||
// 定位到指定位置
|
// 定位到指定位置
|
||||||
niMapController.mMapView.vtmMap.animator()
|
niMapController.mMapView.vtmMap.animator()
|
||||||
// .animateTo(GeoPoint( 40.05108004733645, 116.29187746293708 ))
|
// .animateTo(GeoPoint( 40.05108004733645, 116.29187746293708 ))
|
||||||
.animateTo(GeoPoint(39.63769191655024, 115.58991663847937))
|
.animateTo(GeoPoint(40.07290793293324, 116.24617660398738 ))
|
||||||
}
|
}
|
||||||
|
|
||||||
R.id.personal_center_menu_open_all_layer -> {
|
R.id.personal_center_menu_open_all_layer -> {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user