添加转向灯和刹车灯的显示,待验证
This commit is contained in:
@@ -3,6 +3,7 @@ package com.mogo.map.uicontroller;
|
||||
import android.graphics.Point;
|
||||
import android.graphics.Rect;
|
||||
import android.location.Location;
|
||||
import android.util.Log;
|
||||
import android.view.View;
|
||||
|
||||
import com.mogo.eagle.core.data.map.CenterLine;
|
||||
@@ -220,6 +221,14 @@ public class AMapUIController implements IMogoMapUIController {
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setCarLightsType(int type, int time) {
|
||||
Log.d("liyz", "AMapUIController type = " + type + "---time = " + time);
|
||||
if (mClient != null) {
|
||||
mClient.setCarLightsType(type, time);
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public MapCameraPosition getMapCameraPosition() {
|
||||
if (mClient != null) {
|
||||
|
||||
Reference in New Issue
Block a user