代码整理

This commit is contained in:
liujing
2021-04-19 17:13:50 +08:00
parent 3f76d88562
commit 3abac37a29

View File

@@ -131,10 +131,10 @@ public class V2XWarnDataDrawer extends BaseDrawer implements IMogoStatusChangedL
.longitude(location.getLon())
.set3DMode(true)
.controlAngle(true)
.rotate(rotate);
options.icon3DRes(getModelRes(type));
options.flat(true);
options.anchorColor("#FB3C3CFF");
.rotate(rotate)
.icon3DRes(getModelRes(type))
.anchorColor("#FB3C3CFF")
.flat(true);
IMogoMarker marker = MogoApisHandler.getInstance().getApis().getMapServiceApi().getMarkerManager(mContext).addMarker(markerType, options);
marker.setToTop();
}