减少经度位数

master
18201612589 2021-12-10 15:47:44 +08:00
parent 0b5fc23539
commit 7cc2adf55a
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ public class VehicleData {
//第一位VIN //第一位VIN
sb.append(vin); sb.append(vin);
//第二位经度 longitude latitude //第二位经度 longitude latitude
sb.append(getValue(longitude ,11)); sb.append(getValue(longitude ,10));
//第三位维度 longitude latitude //第三位维度 longitude latitude
sb.append(getValue(latitude ,10)); sb.append(getValue(latitude ,10));
//车速 //车速