修改废弃的字段调用

Signed-off-by: 董宏宇 <martindhy@gmail.com>
This commit is contained in:
董宏宇
2021-09-17 17:50:37 +08:00
parent 4556727d23
commit 65cc40d6c3
7 changed files with 16 additions and 31 deletions

View File

@@ -180,7 +180,7 @@ public class TanluManager implements IMogoMarkerClickListener,
lat = TanluServiceManager.getLocationClient().getLastKnowLocation().getLatitude();
} else {
Logger.d(TAG, "其他 ---1----");
longit = latLon.lng;
longit = latLon.lon;
lat = latLon.lat;
}
Logger.d(TAG, "geoSearch keywords =" + mKeywords + ">>longitude= " + longit + "--latitude= " + lat);
@@ -546,7 +546,7 @@ public class TanluManager implements IMogoMarkerClickListener,
lat = TanluServiceManager.getLocationClient().getLastKnowLocation().getLatitude();
} else {
Logger.d(TAG, "其他 -onPoiSearched---1----");
longit = latLon.lng;
longit = latLon.lon;
lat = latLon.lat;
}
// getVoiceControlRoadData(mKeywords, lat, longit);