fix# 【#603】 【必现】自车发起求助光圈太大

This commit is contained in:
wujifei
2021-06-18 15:10:44 +08:00
parent 327af8c6ee
commit 53ca337458

View File

@@ -236,6 +236,7 @@ public class CarIconDisplayStrategy {
.icons(mBitmapFrames)
.period(20)
.zIndex(0)
.scale(MarkerServiceHandler.getMogoStatusManager().isVrMode() ? 0.4f : 1.0f)
.autoManager(false)
.anchor(0.5f, 0.5f)
.position(MarkerServiceHandler.getMapService().getNavi(AbsMogoApplication.getApp()).getCarLocation2()));