[dev_arch_opt_3.0]

[Change]
[
1、兼容socket上传时候的locType,要不rtk的坐标会被后台过滤
]

Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
donghongyu
2023-02-09 19:47:19 +08:00
parent c5166f3f8f
commit 0a7d89af5b

View File

@@ -149,8 +149,8 @@ object MoGoLocationDispatcher :
lastGaoDeLocation.satelliteTime = it.time
lastGaoDeLocation.lastReceiveTime = TimeUtils.getNowMills()
lastGnssLocation.locType = 1 // 定位类型为高德坐标(网路或者硬件定位)
lastGnssLocation.satellite = 4
lastGaoDeLocation.locType = 1 // 定位类型为高德坐标(网路或者硬件定位)
lastGaoDeLocation.satellite = 4
lastGaoDeLocation.cityName = it.city
lastGaoDeLocation.cityCode = it.cityCode