修改测试数据

This commit is contained in:
董宏宇
2020-10-28 18:33:35 +08:00
parent b3e66c1377
commit a6f180f247
8 changed files with 1680 additions and 4434 deletions

View File

@@ -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);