修改测试数据
This commit is contained in:
@@ -53,16 +53,6 @@ public class V2XPushVREventMarker implements IV2XMarker<V2XPushMessageEntity> {
|
||||
for (double[] doubles : entity.getPolyline()) {
|
||||
options.add(doubles[0],doubles[1]);
|
||||
}
|
||||
// 当前车辆位置
|
||||
// MogoLatLng carLocation = V2XServiceManager.getNavi().getCarLocation();
|
||||
// if (carLocation != null) {
|
||||
// options.add(carLocation);
|
||||
// } else {
|
||||
// options.add(V2XServiceManager.getV2XStatusManager().getLocation());
|
||||
// }
|
||||
// // 目标车辆位置
|
||||
// options.add(entity.getLon(), entity.getLat());
|
||||
|
||||
|
||||
// 绘制线的对象
|
||||
mMogoPolyline = V2XServiceManager.getMogoOverlayManager().addPolyline(options);
|
||||
|
||||
Reference in New Issue
Block a user