fix bug of liveUrl limit
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user