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

This commit is contained in:
wujifei
2021-06-18 15:10:44 +08:00
committed by lianglihui
parent 9d993e5f5e
commit dd4e02b251

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