[dev_arch_opt_3.0]
[Change] [ 1、兼容socket上传时候的locType,要不rtk的坐标会被后台过滤 ] Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user