fix bug of liveUrl limit

This commit is contained in:
zhongchao
2021-04-15 17:41:58 +08:00
parent 22cfff1a95
commit a4a91c2a7e
5 changed files with 48 additions and 8 deletions

View File

@@ -62,7 +62,7 @@ public class TrafficLiveCurrentManager
this.trafficLiveCallBack = callBack;
requestLiveManager.requestFrontVehicleLive(lat, lon, bearing, new IRequestLiveListener() {
@Override
public void onSuccess(String liveSn, String liveUrl, double lat, double lon) {
public void onSuccess(String liveSn, double lat, double lon) {
onVehicleLiveSuccess(liveSn, surfaceView);
}