升级自研地图
版本 日志 1.0.1-vr-1.0.6 1.增加分区域获取高精数据功能 2.增加设置车相对于屏幕底部的位置 3.修改渲染线的绘制方式 4.增加动态3D模型
This commit is contained in:
@@ -290,7 +290,7 @@ public class MoGoV2XMarkerManager implements IMoGoV2XMarkerManager {
|
||||
MogoMarkerOptions options = new MogoMarkerOptions().object(roadEventEntity)
|
||||
.latitude(roadEventEntity.getLocation().getLat()).longitude(roadEventEntity.getLocation().getLon());
|
||||
options.anchor(0.5f, 0.5f);
|
||||
options.icon3DRes(com.mogo.module.common.R.raw.othercar);
|
||||
options.icon3DRes(com.mogo.module.common.R.raw.special_vehicle);
|
||||
options.anchorColor("#FFBF29FF");
|
||||
m3DMarker = V2XServiceManager.getMarkerManager().addMarker(V2X_EVENT_ALARM_POI, options);
|
||||
m3DMarker.setToTop();
|
||||
|
||||
Reference in New Issue
Block a user