[6.6.0]remove data param which obtain multi useless space

This commit is contained in:
EmArrow
2024-08-14 16:08:02 +08:00
parent f1ba411cd2
commit 1609504f9d
3 changed files with 1 additions and 85 deletions

View File

@@ -100,16 +100,10 @@ class GDLocationClient private constructor() : AMapLocationListener,
lastGaoDeLocation.district = it.district
lastGaoDeLocation.province = it.province
lastGaoDeLocation.adCode = it.adCode
lastGaoDeLocation.locationDetail = it.locationDetail
lastGaoDeLocation.poiName = it.poiName
lastGaoDeLocation.aoiName = it.aoiName
lastGaoDeLocation.street = it.street
lastGaoDeLocation.streetNum = it.streetNum
lastGaoDeLocation.description = it.description
lastGaoDeLocation.buildingId = it.buildingId
lastGaoDeLocation.floor = it.floor
lastGaoDeLocation.errorCode = it.errorCode
lastGaoDeLocation.errorInfo = it.errorInfo
}
try {